Skip to content

Commit

Permalink
telnetSend
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 7, 2023
1 parent f3c23ff commit 573c154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BalboaGL/ESPBalboaGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using namespace esphome;

void telnetSend(String msg) {
ESP_LOGI(TAG, msg);
ESP_LOGI(TAG, msg.c_str());
}
/**
* Create a new BalboaGL object
Expand Down

0 comments on commit 573c154

Please sign in to comment.