mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 01:24:04 +00:00
[ESP-IDF5.3] Fix building on Windows
This commit is contained in:
@@ -69,3 +69,5 @@ src/CustomIR.h
|
||||
docs/source/Plugin/_plugin_sets_overview.repl
|
||||
*.PVS-Studio.stacktrace.txt
|
||||
|
||||
|
||||
.platformio/
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
; *********************************************************************;
|
||||
|
||||
[platformio]
|
||||
core_dir = .platformio
|
||||
description = Firmware for ESP82xx/ESP32/ESP32-S2/ESP32-S3/ESP32-C3 for easy IoT deployment of sensors.
|
||||
boards_dir = boards
|
||||
lib_dir = lib
|
||||
|
||||
@@ -202,7 +202,7 @@ build_flags = -DESP32_STAGE
|
||||
-DDISABLE_SC16IS752_SPI
|
||||
-DCONFIG_PM_ENABLE
|
||||
-DETH_TYPE_JL1101_SUPPORTED
|
||||
-DPR_9453_FLUSH_TO_CLEAR_REVERTED
|
||||
; PR_9453_FLUSH_TO_CLEAR_REVERTED
|
||||
-DPR_9453_FLUSH_TO_CLEAR=flush
|
||||
; -DCONFIG_LWIP_L2_TO_L3_COPY
|
||||
; -DETH_SPI_SUPPORTS_NO_IRQ=1
|
||||
|
||||
Reference in New Issue
Block a user