mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Update platform version
This commit is contained in:
parent
4d74a4037a
commit
88880a9419
@ -134,7 +134,7 @@ hspi32 =
|
||||
;***************************************************
|
||||
; !! This board already defines TFT_CS, TFT_DC and TFT_RST !!
|
||||
[env:lolind32pro-lolintft24]
|
||||
platform = espressif32
|
||||
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
|
||||
@ -155,7 +155,7 @@ build_flags =
|
||||
; D1 Mini ESP8266 with Lolin TFT 2.4"
|
||||
;***************************************************
|
||||
[env:d1mini-lolintft24]
|
||||
platform = espressif8266@^2.4.0 ;@2.3.2
|
||||
platform = espressif8266@^2.6.2
|
||||
board = d1_mini
|
||||
;upload_port = To change the port, use platform_override.ini
|
||||
;monitor_port = To change the port, use platform_override.ini
|
||||
@ -180,25 +180,25 @@ build_flags =
|
||||
;***************************************************
|
||||
; Native build
|
||||
;***************************************************
|
||||
[env:native]
|
||||
platform = native
|
||||
build_flags =
|
||||
-D LV_CONF_INCLUDE_SIMPLE
|
||||
; -I src Required to find lv_conf.h
|
||||
-I src
|
||||
-I drivers/sdl2
|
||||
-lSDL2
|
||||
; SDL drivers options
|
||||
-D LV_LVGL_H_INCLUDE_SIMPLE
|
||||
-D LV_DRV_NO_CONF
|
||||
-D USE_MONITOR
|
||||
-D MONITOR_ZOOM=2
|
||||
-D USE_MOUSE
|
||||
-D USE_MOUSEWHEEL
|
||||
-D USE_KEYBOARD
|
||||
lib_deps =
|
||||
;lvgl=https://github.com/littlevgl/lvgl/archive/master.zip
|
||||
;lvgl@^6.1.0
|
||||
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/master.zip
|
||||
lv_drivers@^6.0.2
|
||||
src_filter = +<*> +<../drivers/sdl2>
|
||||
;[env:native]
|
||||
;platform = native
|
||||
;build_flags =
|
||||
; -D LV_CONF_INCLUDE_SIMPLE
|
||||
; ; -I src Required to find lv_conf.h
|
||||
; -I src
|
||||
; -I drivers/sdl2
|
||||
; -lSDL2
|
||||
; ; SDL drivers options
|
||||
; -D LV_LVGL_H_INCLUDE_SIMPLE
|
||||
; -D LV_DRV_NO_CONF
|
||||
; -D USE_MONITOR
|
||||
; -D MONITOR_ZOOM=2
|
||||
; -D USE_MOUSE
|
||||
; -D USE_MOUSEWHEEL
|
||||
; -D USE_KEYBOARD
|
||||
;lib_deps =
|
||||
; ;lvgl=https://github.com/littlevgl/lvgl/archive/master.zip
|
||||
; ;lvgl@^6.1.0
|
||||
; ;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/master.zip
|
||||
; lv_drivers@^6.0.2
|
||||
;src_filter = +<*> +<../drivers/sdl2>
|
||||
|
@ -7,7 +7,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:ttgo_esp32-lolintft24]
|
||||
platform = espressif32@^1.12.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
|
||||
|
@ -6,10 +6,14 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:d1mini32-lolintft24]
|
||||
platform = espressif32@^1.12.0
|
||||
platform = espressif32@^2.0.0
|
||||
board = wemos_d1_mini32
|
||||
upload_port = COM6 ; To change the port, use platform_override.ini
|
||||
monitor_port = COM6 ; To change the port, use platform_override.ini
|
||||
monitor_port = COM6 ; To change the port, use platform_override.ini
|
||||
upload_port = COM6 ; To change the port, use platform_override.ini
|
||||
;upload_protocol = espota ; You can switch to ArduinoOTA after flashing over serial once
|
||||
;upload_port = 10.1.0.113 ; IP of the ESP
|
||||
;upload_flags =
|
||||
; --port=3232
|
||||
board_build.partitions = esp32_partition_app1300k_spiffs1216k.csv ; default.csv
|
||||
build_flags =
|
||||
${flags.esp32_flags}
|
||||
|
@ -5,7 +5,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:d132-unoshield]
|
||||
platform = espressif32
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
|
@ -6,7 +6,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:nodemcu32s-raspi]
|
||||
platform = espressif32
|
||||
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
|
||||
|
@ -6,7 +6,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:d1mini-lolintft24]
|
||||
platform = espressif8266@^2.4.0 ;@2.3.2
|
||||
platform = espressif8266@^2.6.2
|
||||
board = d1_mini
|
||||
upload_port = COM7 ; To change the port, use platform_override.ini
|
||||
monitor_port = COM7 ; To change the port, use platform_override.ini
|
||||
|
@ -5,7 +5,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:esp12e-st7735]
|
||||
platform = espressif8266@^2.4.0 ;@2.3.2
|
||||
platform = espressif8266@^2.6.2
|
||||
board = esp12e
|
||||
upload_port = COM8 ; To change the port, use platform_override.ini
|
||||
monitor_port = COM8 ; To change the port, use platform_override.ini
|
||||
|
Loading…
x
Reference in New Issue
Block a user