Возможность быстрого переключения прошивок

This commit is contained in:
Dmitry Borisenko
2020-12-30 16:56:26 +01:00
parent 746ecc9c7a
commit 7eac8dde3b
5 changed files with 115 additions and 62 deletions

View File

@@ -1,12 +1,19 @@
#include "Tests.h"
#include "Macro.h"
#include "Global.h"
#include "ItemsList.h"
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============");
}