#pragma once // The FreeRTOS includes are in a different directory on ESP32 and I can't figure out how to make that work with platformio gcc options // so this is my quick hack to make things work #ifdef ARDUINO_ARCH_ESP32 #include #include #include #include #else #include #include #include #include #endif