* fix reboot on inverter save (ESP32) #1559
* fix NRF and Ethernet #1506
This commit is contained in:
lumapu 2024-04-04 01:47:24 +02:00
parent 7ee1f992cb
commit f105e25d3c
6 changed files with 42 additions and 37 deletions

View file

@ -31,5 +31,5 @@ applyPatch("ESPAsyncWebServer-esphome", "../patches/AsyncWeb_Prometheus.patch")
if env['PIOENV'][:13] == "opendtufusion":
applyPatch("GxEPD2", "../patches/GxEPD2_SW_SPI.patch")
if (env['PIOENV'][:13] == "opendtufusion"): # or (env['PIOENV'][:13] == "esp32-wroom32"):
if (env['PIOENV'][:13] == "opendtufusion") or (env['PIOENV'][:5] == "esp32"):
applyPatch("RF24", "../patches/RF24_Hal.patch")