mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Test workflows
This commit is contained in:
parent
eac8e1a995
commit
f95e770636
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
pip install --upgrade platformio
|
||||
- name: Setup Environments
|
||||
run: |
|
||||
sed 's/; user_setups/user_setups/g' platformio_override-template.ini > platformio_override.ini
|
||||
sed 's/; user_setups\/esp/user_setups\/esp/g' platformio_override-template.ini > platformio_override.ini
|
||||
- name: Dir
|
||||
run: |
|
||||
ls -la
|
||||
|
@ -6,7 +6,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:d1-mini-esp32_ili9341]
|
||||
platform = espressif32@^2.0.0
|
||||
platform = espressif32 @ ^2.0.0
|
||||
board = wemos_d1_mini32
|
||||
;upload_port = COM5 ; To change the port, use platform_override.ini
|
||||
;monitor_port = COM5 ; To change the port, use platform_override.ini
|
||||
|
@ -5,7 +5,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:d132-unoshield]
|
||||
platform = espressif32@^2.0.0
|
||||
platform = espressif32 @ ^2.0.0
|
||||
board = esp32dev
|
||||
upload_port = COM4 ; To change the port, use platform_override.ini
|
||||
monitor_port = COM4 ; To change the port, use platform_override.ini
|
||||
|
@ -5,7 +5,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:esp32dev-ili9488]
|
||||
platform = espressif32@^2.0.0
|
||||
platform = espressif32 @ ^2.0.0
|
||||
board = esp32dev
|
||||
upload_port = COM2 ; To change the port, use platform_override.ini
|
||||
monitor_port = COM2 ; To change the port, use platform_override.ini
|
||||
|
@ -6,7 +6,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:esp32dev-mrb3511]
|
||||
platform = espressif32@^2.0.0
|
||||
platform = espressif32 @ ^2.0.0
|
||||
board = esp32dev
|
||||
upload_port = COM1 ; To change the port, use platform_override.ini
|
||||
monitor_port = COM1 ; To change the port, use platform_override.ini
|
||||
|
@ -6,7 +6,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:esp32cam-st7796]
|
||||
platform = espressif32@^2.0.0
|
||||
platform = espressif32 @ ^2.0.0
|
||||
board = esp32cam
|
||||
; upload_port = COM18 ; To change the port, use platform_override.ini
|
||||
; monitor_port = COM18 ; To change the port, use platform_override.ini
|
||||
|
@ -8,7 +8,7 @@
|
||||
; !! This board already defines TFT_CS, TFT_DC and TFT_RST !!
|
||||
|
||||
[env:lolind32pro-lolintft24]
|
||||
platform = espressif32@^2.0.0
|
||||
platform = espressif32 @ ^2.0.0
|
||||
board = lolin_d32_pro
|
||||
;upload_port = COM6 ; To change the port, use platform_override.ini
|
||||
;monitor_port = COM6 ; To change the port, use platform_override.ini
|
||||
|
@ -6,7 +6,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:nodemcu32s-raspi]
|
||||
platform = espressif32@^2.0.0
|
||||
platform = espressif32 @ ^2.0.0
|
||||
board = nodemcu-32s
|
||||
upload_port = COM3 ; To change the port, use platform_override.ini
|
||||
monitor_port = COM3 ; To change the port, use platform_override.ini
|
||||
|
@ -7,7 +7,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:ttgo_esp32_poe-lolintft24]
|
||||
platform = espressif32@^2.0.0
|
||||
platform = espressif32 @ ^2.0.0
|
||||
board = esp32dev
|
||||
;upload_protocol = espota ; Use ArduinoOTA after flashing over serial
|
||||
;upload_port = 10.4.70.37 ; 10.4.0.198 ; IP of the ESP
|
||||
|
Loading…
x
Reference in New Issue
Block a user