This commit is contained in:
Dmitry Borisenko
2020-09-17 21:51:56 +03:00
parent e23481eef2
commit 716dfd095d
10 changed files with 29 additions and 213 deletions

View File

@@ -24,7 +24,7 @@ const String getChipId() {
void setChipId() {
chipId = getChipId();
SerialPrint("I","module","id: " + chipId);
SerialPrint("I","System","id: " + chipId);
}
#ifdef ESP8266