mcci-catena / arduino-lorawan

User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN® networks
MIT License
274 stars 54 forks source link

Update arduino_lorawan_esp32_example.ino #227

Open newmansnj opened 9 months ago

newmansnj commented 9 months ago

The function " bool uplinkRequest(void) " needs a bool back. My suggested improvement is to return true. But it would also work to make the function a void.

matthias-bs commented 9 months ago

Right, this is already included in https://github.com/mcci-catena/arduino-lorawan/pull/211.