platformio: update deps to latest
This commit is contained in:
parent
a9a2fb49d7
commit
83317163f4
@ -18,8 +18,8 @@ src_build_flags =
|
|||||||
-DRENDERBUG_LED_PACKING=RGB
|
-DRENDERBUG_LED_PACKING=RGB
|
||||||
-DDEFAULT_PATTERN_INDEX=0
|
-DDEFAULT_PATTERN_INDEX=0
|
||||||
lib_deps_external =
|
lib_deps_external =
|
||||||
fastled/FastLED@^3.4.0
|
fastled/FastLED@^3.5.0
|
||||||
thijse/ArduinoLog@1.0.3
|
thijse/ArduinoLog@^1.1.0
|
||||||
bblanchon/ArduinoJson@^6.17.3
|
bblanchon/ArduinoJson@^6.17.3
|
||||||
LittleFS
|
LittleFS
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ lib_deps_external =
|
|||||||
src_build_flags =
|
src_build_flags =
|
||||||
-DCONFIG_U8DISPLAY
|
-DCONFIG_U8DISPLAY
|
||||||
lib_deps =
|
lib_deps =
|
||||||
olikraus/U8g2@2.34.13
|
olikraus/U8g2@^2.34.15
|
||||||
src_filter = "+<platform/arduino/U8Display.cpp>"
|
src_filter = "+<platform/arduino/U8Display.cpp>"
|
||||||
|
|
||||||
[config_mqtt]
|
[config_mqtt]
|
||||||
|
@ -27,8 +27,9 @@ STARTUP(BootOptions::initPins());
|
|||||||
#ifdef CONFIG_MQTT
|
#ifdef CONFIG_MQTT
|
||||||
#include "platform/arduino/MQTTTelemetry.h"
|
#include "platform/arduino/MQTTTelemetry.h"
|
||||||
#endif
|
#endif
|
||||||
void printNewline(Print* logOutput)
|
void printNewline(Print* logOutput, int logLevel)
|
||||||
{
|
{
|
||||||
|
(void)logLevel; // unused
|
||||||
logOutput->print("\r\n");
|
logOutput->print("\r\n");
|
||||||
}
|
}
|
||||||
int printEspLog(const char* fmt, va_list args)
|
int printEspLog(const char* fmt, va_list args)
|
||||||
|
Loading…
Reference in New Issue
Block a user