mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Fixing typo and removing unused led_color enum
This commit is contained in:
parent
d4f0e188fe
commit
cd7e0b51ea
6 changed files with 3 additions and 14 deletions
|
@ -315,7 +315,7 @@ static bool publish_common_info(void) {
|
|||
}
|
||||
|
||||
doc["event_level"] = get_event_level_string(get_event_level());
|
||||
doc["emulator_status"] = get_emulator_staus_string(get_emulator_status());
|
||||
doc["emulator_status"] = get_emulator_status_string(get_emulator_status());
|
||||
|
||||
serializeJson(doc, mqtt_msg);
|
||||
if (mqtt_publish(state_topic.c_str(), mqtt_msg, false) == false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue