feat(web,mqtt): add repeater dashboard, MQTT settings, and stabilise HTTPS/TLS startup

This commit is contained in:
Jared Dohrman
2026-04-10 15:18:19 +10:00
parent 2a12583d34
commit b5374a705a
19 changed files with 1483 additions and 629 deletions
+1
View File
@@ -48,6 +48,7 @@ build_flags = -w -DNDEBUG -DRADIOLIB_STATIC_ONLY=1 -DRADIOLIB_GODMODE=1
build_src_filter =
+<*.cpp>
+<helpers/*.cpp>
+<helpers/web/*.cpp>
+<helpers/radiolib/*.cpp>
+<helpers/bridges/BridgeBase.cpp>
+<helpers/ui/MomentaryButton.cpp>