upgrade u8g2 in platformio.ini

This commit is contained in:
Klaus K Wilting 2018-08-15 21:04:48 +02:00
parent 4883497a6b
commit 0512720635

View File

@ -33,7 +33,7 @@ platform_espressif32 = espressif32@1.3.0
board_build.partitions = no_ota.csv
lib_deps_all =
lib_deps_display =
U8g2@>=2.23.12
U8g2@>=2.23.16
lib_deps_rgbled =
SmartLeds@>=1.1.3
lib_deps_gps =
@ -44,11 +44,11 @@ build_flags =
; otherwise device may leak RAM
;
; None
; -DCORE_DEBUG_LEVEL=0
-DCORE_DEBUG_LEVEL=0
; Error
; -DCORE_DEBUG_LEVEL=1
; Warn
-DCORE_DEBUG_LEVEL=2
; -DCORE_DEBUG_LEVEL=2
; Info
; -DCORE_DEBUG_LEVEL=3
; Debug