Browse Source

Merge pull request #705 from ManfredBrauchle/patch-2

get rid of spaces in topics
pull/729/head
Lukas Pusch 2 years ago
committed by GitHub
parent
commit
6b822a766e
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