File tree Expand file tree Collapse file tree 2 files changed +5
-19
lines changed
Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Original file line number Diff line number Diff line change 4242 " -DTOUCH_ADDR=0x3B" ,
4343 " -DLCD_BL_PIN=1" ,
4444 " -DCYD_BOARD_JC3248W535C" ,
45- " -DCYD_SCREEN_DISABLE_TOUCH_CALIBRATION"
45+ " -DCYD_SCREEN_DISABLE_TOUCH_CALIBRATION" ,
46+ " -DUSER_SETUP_LOADED" ,
47+ " '-D ARDUINO_USB_CDC_ON_BOOT=0'" ,
48+ " -DCYD_SCREEN_VERTICAL=1"
4649 ],
4750 "flash_mode" : " qio" ,
4851
Original file line number Diff line number Diff line change @@ -117,33 +117,16 @@ lib_deps =
117117 knolleary/PubSubClient@^2.8
118118 WiFiClientSecure
119119
120-
121120[env:esp32-JC8048W550]
122121board = esp32-JC8048W550
123122
124123[env:ESP32-JC3248W535C]
125- platform = espressif32@^6.4.0
126124board = esp32-JC3248W535C
127- framework = arduino
128- board_build.flash_mode = qio
129- board_build.partitions = huge_app.csv
130- board_build.psram_size = 8MB
131- build_flags =
132- -DLV_CONF_PATH =" ../../../../src/conf/lv_conf.h"
133- -DUSER_SETUP_LOADED
134- -DARDUINO_USB_CDC_ON_BOOT =1
135- -DCYD_SCREEN_VERTICAL =1
136-
137-
138125lib_deps =
139126 SPI
140127 moononournation/GFX Library for Arduino
141128 lvgl/lvgl@^8.4.0
142129 plageoj/UrlEncode
143130 bblanchon/ArduinoJson@^7.0.0
144131 knolleary/PubSubClient@^2.8
145- WiFiClientSecure
146-
147- monitor_filters = esp32_exception_decoder
148- monitor_speed = 115200
149- upload_speed = 921600
132+ WiFiClientSecure
You can’t perform that action at this time.
0 commit comments