diff --git a/components/BalboaGL/ESPBalboaGL.h b/components/BalboaGL/ESPBalboaGL.h index bcffe0a..742bdd4 100644 --- a/components/BalboaGL/ESPBalboaGL.h +++ b/components/BalboaGL/ESPBalboaGL.h @@ -8,12 +8,6 @@ #ifndef ESPMHP_H #define ESPMHP_H - -#define LOGGER_PRINT ESP_LOGD -#define LOGGER_PRINTLN ESP_LOGD -#define LOGGER_PRINTF ESP_LOGD - - #include "balboaGL.h" static const char* TAG = "BalboaGL"; // Logging tag diff --git a/components/BalboaGL/climate.py b/components/BalboaGL/climate.py index 28b1ffa..3fb3f2a 100644 --- a/components/BalboaGL/climate.py +++ b/components/BalboaGL/climate.py @@ -103,5 +103,5 @@ def to_code(config): cg.add_library( name="balboaGL", repository="https://github.com/netmindz/balboaGL.git", - version="1c90d08f819ba2f55a5cc4bd36c82cdf846e4c7e", + version="d37a80b7d3c4da6b5b2e34784c52cfd5b49e1d4d", )