From 22c69efbe41363f45de7011a8390c728682e6f86 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sun, 11 Aug 2024 01:08:10 -0400 Subject: [PATCH] Update and rename code-snips.md to Code-Snips.md --- code-snips.md => Code-Snips.md | 6 ++++++ 1 file changed, 6 insertions(+) rename code-snips.md => Code-Snips.md (68%) diff --git a/code-snips.md b/Code-Snips.md similarity index 68% rename from code-snips.md rename to Code-Snips.md index 300942b5..a80ebd40 100644 --- a/code-snips.md +++ b/Code-Snips.md @@ -1,3 +1,9 @@ +--- +layout: tutorial +--- + +# Code Snips + ```C const *char WIFI_SSID = "IoT_bots"; const *char WIFI_PASSWORD = "405405405";