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

@@ -44,7 +44,7 @@
*/
#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)
#define RX_BUFFER 128
#define TIMEOUT 250