Files
IoTManager/include/Macro.h

9 lines
155 B
C
Raw Normal View History

2021-01-04 00:39:35 +01:00
//#pragma once
//#define ST(A) #A
//#define STR(A) ST(A)
//
//#ifdef esp32_4mb
//#pragma message STR(esp32_4mb)
//#endif
//Serial.println(STR(esp32_4mb));