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

@@ -8,7 +8,7 @@
#include <Arduino.h>
#include <functional>
#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)
class SerialModule : public StreamAPI, private concurrency::OSThread
{