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

View File

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

View File

@ -15,8 +15,9 @@ build_flags =
${esp32.ps_ram} ${esp32.ps_ram}
-D HASP_MODEL="TTGO T7 v1.5" -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 -D HASP_USE_OTA=0 ; No ArduinoOTA on port 3232
;region -- TFT_eSPI build options ------------------------ ;region -- TFT_eSPI build options ------------------------
${lcd.ili9341} ${lcd.ili9341}
${touch.xpt2046} ${touch.xpt2046}