Browse Source

get rid of spaces in topics

we really should not use spaces in (sub)topics
pull/705/head
Manfred 2 years ago
committed by GitHub
parent
commit
2a5a31b19b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/publisher/pubMqttDefs.h

2
src/publisher/pubMqttDefs.h

@ -79,7 +79,7 @@ const char* const subtopics[] PROGMEM = {
"alarm_start",
"alarm_end",
"connected",
"not connected",
"not_connected",
"ack_pwr_limit"
};

Loading…
Cancel
Save