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

Fix #endif issues in fdrs_functions.h #81

Closed aviateur17 closed 1 year ago

aviateur17 commented 1 year ago

FDRS_functions.h in the FDRS_Gateway folder fails to compile due to #endif issues. Resolved those issues. I believe it was line 557 that was the culprit.