From cf724507e9b2cd705208dc7edb8f47602f291d6d Mon Sep 17 00:00:00 2001 From: Francois BIOT Date: Sat, 3 Dec 2022 21:03:05 +0100 Subject: [PATCH] fix typo --- examples/tinymqtt-test/tinymqtt-test.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tinymqtt-test/tinymqtt-test.ino b/examples/tinymqtt-test/tinymqtt-test.ino index 7fb5b7c..30a929d 100644 --- a/examples/tinymqtt-test/tinymqtt-test.ino +++ b/examples/tinymqtt-test/tinymqtt-test.ino @@ -33,8 +33,8 @@ auto yellow = TinyConsole::yellow; * TODO examples of scripts */ -const char* ssid = "Freebox-786A2F"; -const char* password = "usurpavi8dalum64lumine?"; +const char* ssid = ""; +const char* password = ""; std::string topic="sensor/temperature";