Files
IoTManager/include/Macro.h

9 lines
155 B
C
Raw Normal View History

//#pragma once
//#define ST(A) #A
//#define STR(A) ST(A)
//
//#ifdef esp32_4mb
//#pragma message STR(esp32_4mb)
2020-12-30 17:02:11 +01:00
//#endif
//Serial.println(STR(esp32_4mb));