Minor changes

This commit is contained in:
Alexey Zholtikov 2023-01-07 10:48:36 +03:00
parent a18d4366ac
commit 373be8ac60

View File

@ -147,6 +147,7 @@ void onConfirmReceiving(const uint8_t *target, const bool status)
{ {
Serial.write(confirmationMessage, sizeof(confirmationMessage)); Serial.write(confirmationMessage, sizeof(confirmationMessage));
Serial.flush(); Serial.flush();
ESP.deepSleep(0);
} }
} }