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

Fixed junk memory in peerInfo. Add debug macro. #27

Closed Devilbinder closed 2 years ago

Devilbinder commented 2 years ago

Suggest pulling my fork and testing before merging. It will make it easier for me to do updates and reduce your house keeping.

Added a debug macro to fdrs_gateway.h. Comment in or out as needed.

Fixed junk values getting placed in peerInfo.

ref: https://www.esp32.com/viewtopic.php?t=19858