From dbfbee32581f15c4e243659efaf4d8d0d948b589 Mon Sep 17 00:00:00 2001 From: Antonio Vanegas Date: Tue, 19 May 2020 10:09:41 +0200 Subject: [PATCH] provisional block issue [1] fix disabling all suspend methods [1] https://github.com/espressif/arduino-esp32/issues/3852 --- README.md | 3 +-- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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); }