SQ9MDD / TTGO-T-Beam-LoRa-APRS

Use TTGO T-Beam as LoRa APRS Tracker
64 stars 23 forks source link

Web interface: hide / disable "Bluetooth enabled" checkbox when compiled without ENABLE_BLUETOOTH #95

Open ge0rg opened 2 years ago

ge0rg commented 2 years ago

The Bluetooth checkbox in the web interface is extremly confusing if the firmware was built without bluetooth support. It would be nice to reflect the Bluetooth support in the web interface accordingly, or at least to show an error message when I try to enable BT on a firmare built without BT support.

ge0rg commented 2 years ago

I've also added a compiler error when trying to build both WiFi and BT support on a LoRa 2.1 board in 2583b98edd61c781a60ecfadcfd495414522b371, but I don't know which other boards also have this limitation (or is it just the SDK?).