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

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

7
include/Macro.h Normal file
View File

@@ -0,0 +1,7 @@
//#pragma once
//#define ST(A) #A
//#define STR(A) ST(A)
//
//#ifdef esp32_4mb
//#pragma message STR(esp32_4mb)
//#endif