From fa976093f409dbce3e8b2da1162ccc36c8291ed3 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Fri, 11 Jun 2021 16:44:57 +0200 Subject: [PATCH] Rename fix_esp32c3.h to esp32x_fixes.h --- include/{fix_esp32c3.h => esp32x_fixes.h} | 4 ++-- platformio_tasmota32.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename include/{fix_esp32c3.h => esp32x_fixes.h} (94%) diff --git a/include/fix_esp32c3.h b/include/esp32x_fixes.h similarity index 94% rename from include/fix_esp32c3.h rename to include/esp32x_fixes.h index d1e0bcb80..dbf512a6a 100644 --- a/include/fix_esp32c3.h +++ b/include/esp32x_fixes.h @@ -1,5 +1,5 @@ /* - fix_esp32c3.h - fix esp32c3 toolchain + esp32x_fixes.h - fix esp32x toolchain Copyright (C) 2021 Theo Arends @@ -27,7 +27,7 @@ * * You need to add the following lines in `build_flags`: * -I$PROJECT_DIR/include - * -include "fix_esp32c3.h" + * -include "esp32x_fixes.h" */ #ifdef __riscv diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 10d473b68..172af2623 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -52,7 +52,7 @@ build_flags = ${esp_defaults.build_flags} -DUSE_4K_RSA -I$PROJECT_DIR/include -include "sdkconfig.h" - -include "fix_esp32c3.h" + -include "esp32x_fixes.h" [core32]