Не прошло и 5 лет
This commit is contained in:
@@ -11,18 +11,15 @@
|
||||
[common_env_data]
|
||||
framework = arduino
|
||||
board_build.f_cpu = 240000000L
|
||||
upload_speed = 921600
|
||||
upload_speed = 115200
|
||||
monitor_speed = 115200
|
||||
lib_deps =
|
||||
Wire
|
||||
https://github.com/vroland/epdiy.git
|
||||
|
||||
build_flags =
|
||||
; device has PRSRAM
|
||||
; and should be used for ram intensive display work
|
||||
-DBOARD_HAS_PSRAM
|
||||
; Setup display format and model via build flags
|
||||
-DCONFIG_EPD_DISPLAY_TYPE_ED047TC1
|
||||
lib_deps =
|
||||
Wire
|
||||
gyverlibs/GyverNTP@^1.3.1
|
||||
https://github.com/vroland/epdiy.git
|
||||
build_flags =
|
||||
-DBOARD_HAS_PSRAM
|
||||
-DCONFIG_EPD_DISPLAY_TYPE_ED047TC1
|
||||
-DCONFIG_EPD_BOARD_REVISION_LILYGO_T5_47
|
||||
|
||||
[env:esp32dev]
|
||||
@@ -31,10 +28,7 @@ board = esp32dev
|
||||
framework = ${common_env_data.framework}
|
||||
upload_speed = ${common_env_data.upload_speed}
|
||||
monitor_speed = ${common_env_data.monitor_speed}
|
||||
lib_deps = ${common_env_data.lib_deps}
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps}
|
||||
bblanchon/ArduinoJson@^7.0.3
|
||||
build_flags = ${common_env_data.build_flags}
|
||||
monitor_port = /dev/ttyACM0
|
||||
|
||||
; uncomment if you want serial debugging with exception decoding
|
||||
; build_type = debug
|
||||
; monitor_filters = esp32_exception_decoder
|
||||
|
||||
Reference in New Issue
Block a user