platformio.ini: U8G2 set to 2.22.10 (newer have compiler warning)
This commit is contained in:
parent
d3bbd46f79
commit
a3e26cad91
@ -26,7 +26,7 @@ framework = arduino
|
||||
monitor_baud = 115200
|
||||
upload_speed = 115200
|
||||
lib_deps =
|
||||
U8g2
|
||||
U8g2@2.22.10
|
||||
build_flags =
|
||||
;set log level, we need build_flag for this, otherwise we can't use ESP_LOGx in arduino framework
|
||||
; ---> NOTE: For production run set DEBUG_LEVEL level to NONE! <---
|
||||
@ -50,7 +50,7 @@ monitor_baud = 115200
|
||||
upload_speed = 921600
|
||||
;upload_port = COM15
|
||||
lib_deps =
|
||||
U8g2
|
||||
U8g2@2.22.10
|
||||
build_flags =
|
||||
;set log level, we need build_flag for this, otherwise we can't use ESP_LOGx in arduino framework
|
||||
; ---> NOTE: For production run set DEBUG_LEVEL level to NONE! <---
|
||||
@ -72,7 +72,7 @@ framework = arduino
|
||||
monitor_baud = 115200
|
||||
upload_speed = 921600
|
||||
lib_deps =
|
||||
U8g2
|
||||
U8g2@2.22.10
|
||||
build_flags =
|
||||
;set log level, we need build_flag for this, otherwise we can't use ESP_LOGx in arduino framework
|
||||
; ---> NOTE: For production run set DEBUG_LEVEL level to NONE! <---
|
||||
@ -94,7 +94,7 @@ framework = arduino
|
||||
monitor_baud = 115200
|
||||
upload_speed = 921600
|
||||
lib_deps =
|
||||
U8g2@>2.21.7
|
||||
U8g2@2.22.10
|
||||
SmartLeds
|
||||
build_flags =
|
||||
;set log level, we need build_flag for this, otherwise we can't use ESP_LOGx in arduino framework
|
||||
@ -117,7 +117,7 @@ framework = arduino
|
||||
monitor_baud = 115200
|
||||
upload_speed = 921600
|
||||
lib_deps =
|
||||
U8g2@>2.21.7
|
||||
U8g2@2.22.10
|
||||
SmartLeds
|
||||
build_flags =
|
||||
;set log level, we need build_flag for this, otherwise we can't use ESP_LOGx in arduino framework
|
||||
@ -140,7 +140,7 @@ framework = arduino
|
||||
monitor_baud = 115200
|
||||
upload_speed = 256000
|
||||
lib_deps =
|
||||
U8g2@>2.21.7
|
||||
U8g2@2.22.10
|
||||
SmartLeds
|
||||
build_flags =
|
||||
;set log level, we need build_flag for this, otherwise we can't use ESP_LOGx in arduino framework
|
||||
@ -163,7 +163,7 @@ framework = arduino
|
||||
monitor_baud = 115200
|
||||
upload_speed = 921600
|
||||
lib_deps =
|
||||
U8g2@>2.21.7
|
||||
U8g2@2.22.10
|
||||
SmartLeds
|
||||
build_flags =
|
||||
;set log level, we need build_flag for this, otherwise we can't use ESP_LOGx in arduino framework
|
||||
|
Loading…
Reference in New Issue
Block a user