mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Moved lib/lib_display/TM1637TinyDisplay to lib/lib_div/
This commit is contained in:
parent
6e14e10ad0
commit
fad5ae755e
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 210 KiB |
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 210 KiB |
@ -80,12 +80,12 @@ build_flags = ${core.build_flags}
|
|||||||
|
|
||||||
board_build.f_cpu = 80000000L
|
board_build.f_cpu = 80000000L
|
||||||
board_build.f_flash = 40000000L
|
board_build.f_flash = 40000000L
|
||||||
monitor_speed = 74880
|
monitor_speed = 115200
|
||||||
monitor_port = COM5
|
monitor_port = /dev/ttyUSB0
|
||||||
upload_speed = 115200
|
upload_speed = 115200
|
||||||
; *** Upload Serial reset method for Wemos and NodeMCU
|
; *** Upload Serial reset method for Wemos and NodeMCU
|
||||||
upload_resetmethod = nodemcu
|
upload_resetmethod = nodemcu
|
||||||
upload_port = COM5
|
upload_port = /dev/ttyUSB0
|
||||||
extra_scripts = ${scripts_defaults.extra_scripts}
|
extra_scripts = ${scripts_defaults.extra_scripts}
|
||||||
lib_ldf_mode = chain+
|
lib_ldf_mode = chain+
|
||||||
shared_libdeps_dir = lib
|
shared_libdeps_dir = lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user