upgrade u8g2 in platformio.ini
This commit is contained in:
parent
4883497a6b
commit
0512720635
@ -33,7 +33,7 @@ platform_espressif32 = espressif32@1.3.0
|
|||||||
board_build.partitions = no_ota.csv
|
board_build.partitions = no_ota.csv
|
||||||
lib_deps_all =
|
lib_deps_all =
|
||||||
lib_deps_display =
|
lib_deps_display =
|
||||||
U8g2@>=2.23.12
|
U8g2@>=2.23.16
|
||||||
lib_deps_rgbled =
|
lib_deps_rgbled =
|
||||||
SmartLeds@>=1.1.3
|
SmartLeds@>=1.1.3
|
||||||
lib_deps_gps =
|
lib_deps_gps =
|
||||||
@ -44,11 +44,11 @@ build_flags =
|
|||||||
; otherwise device may leak RAM
|
; otherwise device may leak RAM
|
||||||
;
|
;
|
||||||
; None
|
; None
|
||||||
; -DCORE_DEBUG_LEVEL=0
|
-DCORE_DEBUG_LEVEL=0
|
||||||
; Error
|
; Error
|
||||||
; -DCORE_DEBUG_LEVEL=1
|
; -DCORE_DEBUG_LEVEL=1
|
||||||
; Warn
|
; Warn
|
||||||
-DCORE_DEBUG_LEVEL=2
|
; -DCORE_DEBUG_LEVEL=2
|
||||||
; Info
|
; Info
|
||||||
; -DCORE_DEBUG_LEVEL=3
|
; -DCORE_DEBUG_LEVEL=3
|
||||||
; Debug
|
; Debug
|
||||||
|
Loading…
Reference in New Issue
Block a user