timmbogner / Farm-Data-Relay-System

A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
MIT License
485 stars 108 forks source link

Update fdrs_node_lora.h #172

Closed sbobowski closed 1 year ago

sbobowski commented 1 year ago

Wrap 'yield();' in '#ifdef ESP8266' as it does not appear to be needed by any other MCUs

timmbogner commented 1 year ago

Looks good, thanks a lot! Definitely drop in if you run into any more CubeCell issues.