Skip to content

Commit 705e744

Browse files
committed
Added OTA variant
1 parent e65cb26 commit 705e744

File tree

10 files changed

+836
-793
lines changed

10 files changed

+836
-793
lines changed

platformio.ini

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,26 @@ lib_deps=
7373
build_flags = ${env.build_flags}
7474
-DWAVESHARE_S3_TOUCH_128
7575
-Ivariants/waveshare_esp32s3_touch_lcd_128
76+
-D USE_HSPI_PORT=1
77+
78+
[env:waveshare_esp32s3_touch_lcd_128_OTA]
79+
platform = espressif32@6.4.0
80+
board = waveshare_esp32s3_touch_lcd_128
81+
board_build.partitions=partitions_app3m_fat9M_16MB.csv
82+
framework = arduino
83+
monitor_speed=115200
84+
lib_deps=
85+
LIS2DW12=https://github.com/stm32duino/LIS2DW12/archive/refs/tags/2.1.0.zip
86+
Adafruit_SHT4X=https://github.com/adafruit/Adafruit_SHT4X/archive/refs/tags/1.0.3.zip
87+
lvgl=https://github.com/lvgl/lvgl/archive/refs/tags/v8.3.7.zip
88+
bblanchon/ArduinoJson@^6.19.4
89+
TFT_eSPI=https://github.com/Bodmer/TFT_eSPI/archive/refs/tags/v2.5.0.zip
90+
; https://github.com/me-no-dev/ESPAsyncWebServer.git
91+
; https://github.com/ayushsharma82/AsyncElegantOTA.git
92+
ottowinter/ESPAsyncWebServer-esphome @ ^3.0.0
93+
https://github.com/bigtreetech/AsyncElegantOTA.git
94+
build_flags = ${env.build_flags}
95+
-DWAVESHARE_S3_TOUCH_128
96+
-DOTA
97+
-Ivariants/waveshare_esp32s3_touch_lcd_128
7698
-D USE_HSPI_PORT=1

src/gif/gif_filament_pull_back_cur.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
#ifdef __has_include
23
#if __has_include("lvgl.h")
34
#ifndef LV_LVGL_H_INCLUDE_SIMPLE

0 commit comments

Comments
 (0)