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

fdrs_globals.h missing #109

Closed jonburch closed 1 year ago

jonburch commented 1 year ago

On compiling I get fdrs_globals.h is missing. I've downloaded it a couple times and it is not in the src folder per the instructions. Any advice? thanks

timmbogner commented 1 year ago

Thanks so much for pointing this out! It was added to the ".gitignore" file, which I didn't realize. It should be fixed now!

timmbogner commented 1 year ago

I'm actually re-opening this, in case anyone else faced this problem recently. I'm very sorry about the confusion!

jonburch commented 1 year ago

I appreciate your attention to this.