From 152c50b4374229ecce59ca3dd1ce3b8c38eb6f84 Mon Sep 17 00:00:00 2001 From: Joe Tretter Date: Sat, 17 Sep 2022 18:12:21 -0500 Subject: [PATCH] Fix little typo ;) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0eae30a..e3a6da1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,7 +2,7 @@ // curl -XPOST --data-binary @- -H 'Content-Type:text/plain' // http://esp32oled.local/oled -// I connected SCK to D22 and SDA to D21 +// I connected SCL to D22 and SDA to D21 #include #include