Skip to content

Commit

Permalink
feat: report status
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotak committed Oct 14, 2023
1 parent d1bfc1e commit a0b6d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void setup() {

void loop() {
checkPresence();
Serial.print(F("{"));
Serial.print(F("{\"error\": \"ok\", "));
bool first = true;

for (int i = 0; i < NO_CHANNELS; i++) {
Expand Down

0 comments on commit a0b6d09

Please sign in to comment.