Build flag update

This commit is contained in:
fvanroie 2021-11-13 03:32:16 +01:00
parent 8d09776e6e
commit d97359291e
3 changed files with 21 additions and 19 deletions

View File

@ -16,22 +16,22 @@ jobs:
fail-fast: false
matrix:
environments:
- d1-mini-esp8266_ili9341
- arduitouch-esp32_ili9341
- d1-mini-esp32_ili9341
- esp32-one_st7796
- esp32-touchdown
- freetouchdeck
- huzzah32-featherwing-24
- huzzah32-featherwing-35
- lanbon_l8
- lolin-d32-pro_ili9341
- m5stack-core2
- makerfabs-tft35-cap
- ttgo-t7-v1.5_ili9341
- wt32-sc01
- yeacreate-nscreen32
- linux_sdl_64bits
# - d1-mini-esp8266_ili9341
- '-e arduitouch-esp32_ili9341'
- '-e d1-mini-esp32_ili9341'
- '-e esp32-one_st7796'
- '-e esp32-touchdown'
- '-e freetouchdeck'
- '-e huzzah32-featherwing-24'
- '-e huzzah32-featherwing-35'
- '-e lanbon_l8'
- '-e lolin-d32-pro_ili9341'
- '-e m5stack-core2'
- '-e makerfabs-tft35-cap'
- '-e ttgo-t7-v1.5_ili9341'
- '-e wt32-sc01'
- '-e yeacreate-nscreen32'
- '-e linux_sdl_64bits'
steps:
- uses: actions/checkout@v2
@ -73,7 +73,7 @@ jobs:
run: |
cat platformio_override.ini
- name: Run PlatformIO
run: pio run -e ${{ matrix.environments }}
run: pio run ${{ matrix.environments }}
- name: Upload output file
uses: actions/upload-artifact@v2
with:

View File

@ -15,8 +15,9 @@ build_flags =
${esp32.ps_ram}
-D HASP_MODEL="Arduitouch ESP32"
-D HASP_USE_MDNS=0 ; saves 32 KiB flash
-D HASP_USE_OTA=0 ; No ArduinoOTA on port 3232
;region -- TFT_eSPI build options ------------------------
${lcd.ili9341}
${touch.xpt2046}

View File

@ -15,8 +15,9 @@ build_flags =
${esp32.ps_ram}
-D HASP_MODEL="TTGO T7 v1.5"
-D HASP_USE_MDNS=0 ; saves 32 KiB flash
-D HASP_USE_OTA=0 ; No ArduinoOTA on port 3232
;region -- TFT_eSPI build options ------------------------
${lcd.ili9341}
${touch.xpt2046}