Tabs replacment

Aesthetic
This commit is contained in:
fauresystems
2020-03-17 07:19:08 +01:00
parent dd2d251c1e
commit 7cd6498470
8 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -17,12 +17,12 @@
WifiProps::WifiProps(const char* client_id, const char* in_box, const char* out_box, const char* broker, const int port)
: Props(client_id, in_box, out_box, broker, port)
{
_client.setClient(_wifiClient);
_client.setClient(_wifiClient);
}
void WifiProps::begin(void(*on_message)(String))
{
if (on_message) onInboxMessageReceived = on_message;
if (on_message) onInboxMessageReceived = on_message;
}