igors48 / timers

DIY LILYGO T-Watch 2020 V3 based project
1 stars 0 forks source link

enchance serial comm init #130

Open igors48 opened 2 years ago

igors48 commented 2 years ago
Serial.begin(115200);
    while(!Serial) {
        delay(10);
    }

https://github.com/Smartphone-Companions/ESP32-ANCS-Notifications/blob/master/examples/ble_connection/ble_connection.ino