„include/networkConfig.h“ ändern

This commit is contained in:
2024-10-02 20:47:46 +00:00
parent 678b65c9f8
commit c957f8ee61
+2 -2
View File
@@ -2,8 +2,8 @@
namespace NetworkConfig
{
const char ssid[] = "LebennigHuus";
const char password[] = "Punica-699";
const char ssid[] = "";
const char password[] = "";
}
namespace MqttConfig