исправлена опечатка

This commit is contained in:
Dmitry Borisenko
2020-12-30 17:02:11 +01:00
parent 7eac8dde3b
commit 0fa7876b80
3 changed files with 6 additions and 13 deletions

View File

@@ -5,15 +5,6 @@
void testsPerform() {
Serial.println("====some tests section====");
#ifdef esp32_4mb
Serial.println("esp32_4mb defined");
#endif
#ifdef esp8266_1mb
Serial.println("esp32_4mb defined");
#endif
//Serial.println(STR(esp32_4mb));
Serial.println("==========end============");
}