On a source file, we have to test if we compile an M5Stack or ESP32LoRa or a ESP8266. Is there a specific variable to test like :
#ifdef ESP8266
I know that we can test ESP32 but it's not enought to define the difference berween a ESP32 and a M5Stack...