Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
766 stars 308 forks source link

LoRaWAN example without switch and case structure #174

Open rodri16 opened 1 year ago

rodri16 commented 1 year ago

Hi, I need to use LoRaWAN in my code but without the switchcase structure. In my code on the llop I call a function send_LoRa and with this structure I need to run multiple times since it send, and then waits for a rx. Is it possible to wait till rx is done inside the function? Best