Skip to content

Commit

Permalink
redesigning bluetooth characteristics
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraus committed Oct 29, 2021
1 parent c6addd5 commit dd4287d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio/floower/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@ void periodicOperation();

void onConfigChanged(bool wifiChanged) {
Serial.println("Config changed");
ESP_LOGI(LOG_TAG, "Config changed");
if (wifiChanged) {
wifiConnect.reconnect();
}
}

void setup() {
Serial.begin(115200);
delay(1000);
//delay(1000);
ESP_LOGI(LOG_TAG, "Initializing");

// start watchdog timer
Expand Down

0 comments on commit dd4287d

Please sign in to comment.