diff --git a/platformio.ini b/platformio.ini index 2793ccc1..d395cfdb 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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