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() {