mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Switch to Arduino v2
This commit is contained in:
parent
7357842b87
commit
d49e52b6f7
@ -7,7 +7,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:ttgo_esp32_poe-ili9341]
|
||||
extends = esp32_4mb
|
||||
extends = esp32_4mb_v2
|
||||
board = esp32dev
|
||||
|
||||
build_flags =
|
||||
@ -36,9 +36,11 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${arduino_esp32_v2.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
${esp32.lib_ignore}
|
||||
${arduino_esp32_v2.lib_ignore}
|
||||
;endregion
|
||||
|
Loading…
x
Reference in New Issue
Block a user