diff --git a/README.md b/README.md index 5b2fbd2..bcfc8ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[![Build Status](https://travis-ci.com/hpsaturn/CanAirIO.svg?branch=master)](https://travis-ci.com/hpsaturn/CanAirIO) -# CanAirIO +# CanAirIO Complete rewriting of CanAirIO device firmware. Old repo: https://github.com/kike-canaries/esp32-hpma115s0 diff --git a/src/main.cpp b/src/main.cpp index 451df26..71c7156 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,5 +45,5 @@ void loop() { guiLoop(); // gui ttf refresh methods. // save battery after phone disconnected: - if (!bleIsConnected()) espShallowSleep(5000); + // if (!bleIsConnected()) espShallowSleep(5000); }