moshe-braner / Open-Glider-Network-Groundstation

Open Glider Network Receiver based on TTGO T-Beam ESP32 hardware.
https://ros-it.ch/open-glider-network-base-station/
GNU General Public License v3.0
7 stars 4 forks source link

Beginn simple improvements #4

Closed schenlap closed 1 year ago

rocketman768 commented 1 year ago

Looks like this is gonna fix #6 that I also experience. Can we resolve the conflicts and get this merged? Thanks!

moshe-braner commented 1 year ago

Sorry I'm still a newbie on git merges etc. I've now added the "check one board defined" bits into my ognbase.ino (will appear here on github next time I commit code changes). Good idea. The other "make compile" changes are not necessary, since I have (recently) synchronized the copies of the libraries, now the code should compile (as it does for me) since the needed symbols are in the newer copies of the OGN and lmic libraries. OTOH since some of those bits of code are not actually used with my new time-slots code, some of that code may disappear when I clean things up eventually. But not yet, since for now the code is specific to the "legacy" protocol, and I am not sure how to proceed regarding possible use of other protocols some day.