From 77d16077cda283f21188db5160e9d97ba1dacaba Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sun, 11 Aug 2024 01:06:59 -0400 Subject: [PATCH] Update code-snips.md --- code-snips.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code-snips.md b/code-snips.md index 8b137891..300942b5 100644 --- a/code-snips.md +++ b/code-snips.md @@ -1 +1,4 @@ - +```C +const *char WIFI_SSID = "IoT_bots"; +const *char WIFI_PASSWORD = "405405405"; +```