Leaving this here in case someone ever needs int :-)

This commit is contained in:
Thomas Göttgens
2023-02-23 22:54:07 +01:00
parent 46fa08dc33
commit 82b14fe07c
7 changed files with 59 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ void setupModules()
new AirQualityTelemetryModule();
}
#endif
#if (defined(ARCH_ESP32) || defined(ARCH_NRF52)) && !defined(TTGO_T_ECHO) && !defined(CONFIG_IDF_TARGET_ESP32S2)
#if (defined(ARCH_ESP32) || defined(ARCH_NRF52)) && !defined(TTGO_T_ECHO) && !defined(CONFIG_IDF_TARGET_ESP32S2) &&!defined(CONFIG_IDF_TARGET_ESP32C3)
new SerialModule();
#endif
#ifdef ARCH_ESP32