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 496c8c8 commit f3c23ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/BalboaGL/ESPBalboaGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include "ESPBalboaGL.h"
using namespace esphome;

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

0 comments on commit f3c23ff

Please sign in to comment.