From b4d3347922f408e2217a2d792fd1e950f7389bdb Mon Sep 17 00:00:00 2001 From: reto Date: Mon, 1 Aug 2022 21:09:33 +0200 Subject: [PATCH] working --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index c46c0fe..ade5e77 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,8 +18,8 @@ void setup() { } uint8_t portArray[] = {16, 5, 4, 0, 2, 14, 12, 13}; -//String portMap[] = {"D0", "D1", "D2", "D3", "D4", "D5", "D6", "D7"}; //for Wemos -String portMap[] = {"GPIO16", "GPIO5", "GPIO4", "GPIO0", "GPIO2", "GPIO14", "GPIO12", "GPIO13"}; +String portMap[] = {"D0", "D1", "D2", "D3", "D4", "D5", "D6", "D7"}; //for Wemos +//String portMap[] = {"GPIO16", "GPIO5", "GPIO4", "GPIO0", "GPIO2", "GPIO14", "GPIO12", "GPIO13"}; void check_if_exist_I2C() {