Merge pull request #705 from ManfredBrauchle/patch-2

get rid of spaces in topics
This commit is contained in:
Lukas Pusch 2023-02-22 21:49:20 +01:00 committed by GitHub
commit 6b822a766e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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