mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-29 19:03:52 +00:00
Fmt
This commit is contained in:
parent
92a43685a8
commit
f45a25b358
@ -33,8 +33,7 @@
|
||||
*/
|
||||
void setupModules()
|
||||
{
|
||||
if (config.device.role != meshtastic_Config_DeviceConfig_Role_REPEATER)
|
||||
{
|
||||
if (config.device.role != meshtastic_Config_DeviceConfig_Role_REPEATER) {
|
||||
#if HAS_BUTTON
|
||||
inputBroker = new InputBroker();
|
||||
#endif
|
||||
@ -82,9 +81,7 @@ void setupModules()
|
||||
|
||||
// NOTE! This module must be added LAST because it likes to check for replies from other modules and avoid sending extra
|
||||
// acks
|
||||
}
|
||||
else
|
||||
{
|
||||
} else {
|
||||
adminModule = new AdminModule();
|
||||
}
|
||||
routingModule = new RoutingModule();
|
||||
|
Loading…
Reference in New Issue
Block a user