mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Fix battery module not showing up in UI
This commit is contained in:
@@ -26,6 +26,7 @@ inline std::unordered_map<int, int> MODULE_TO_NUM_CHANNELS_MAP {
|
||||
{ModuleType_SPLITTER_6, 3},
|
||||
{ModuleType_SPLITTER_7, 3},
|
||||
{ModuleType_SPLITTER_8, 3},
|
||||
{ModuleType_BATTERY, 2}
|
||||
};
|
||||
|
||||
#define PC_ADDR 0
|
||||
|
||||
Reference in New Issue
Block a user