Merge branch 'dev' into rep-room-acl

# Conflicts:
#	examples/simple_repeater/main.cpp
This commit is contained in:
Scott Powell 2025-09-09 19:02:23 +10:00
commit e35183ae41
3 changed files with 15 additions and 17 deletions

View file

@ -8,10 +8,6 @@
static UITask ui_task(display);
#endif
#ifdef WITH_BRIDGE
AbstractBridge* bridge;
#endif
StdRNG fast_rng;
SimpleMeshTables tables;
@ -27,10 +23,6 @@ void setup() {
Serial.begin(115200);
delay(1000);
#ifdef WITH_BRIDGE
bridge->begin();
#endif
board.begin();
#ifdef DISPLAY_CLASS