Remove install-specific names from config and API docs
This commit is contained in:
@@ -35,9 +35,9 @@ void loadDefaultConfig() {
|
||||
};
|
||||
}
|
||||
|
||||
appConfig.bms.enabled = true;
|
||||
appConfig.bms.name = "BMS";
|
||||
appConfig.bms.address = "a5:c2:37:2c:05:dc";
|
||||
appConfig.bms.enabled = false;
|
||||
appConfig.bms.name = "";
|
||||
appConfig.bms.address = "";
|
||||
appConfig.bms.addressType = "public";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user