Skip to content

Commit

Permalink
Swap to ESP_LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 14, 2023
1 parent c0cbf08 commit 13be7d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions components/BalboaGL/ESPBalboaGL.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/BalboaGL/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ def to_code(config):
cg.add_library(
name="balboaGL",
repository="https://github.com/netmindz/balboaGL.git",
version="1c90d08f819ba2f55a5cc4bd36c82cdf846e4c7e",
version="d37a80b7d3c4da6b5b2e34784c52cfd5b49e1d4d",
)

0 comments on commit 13be7d0

Please sign in to comment.