mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
Yank repeater module and just guard clause the alloc
This commit is contained in:
@@ -82,9 +82,8 @@ void setupModules()
|
||||
|
||||
// NOTE! This module must be added LAST because it likes to check for replies from other modules and avoid sending extra
|
||||
// acks
|
||||
routingModule = new RoutingModule();
|
||||
} else {
|
||||
adminModule = new AdminModule();
|
||||
repeaterModule = new RepeaterModule();
|
||||
}
|
||||
routingModule = new RoutingModule();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user