Skip to content

Commit

Permalink
provisional block issue [1] fix disabling all suspend methods
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed May 19, 2020
1 parent 670914a commit dbfbee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ void loop() {
guiLoop(); // gui ttf refresh methods.

// save battery after phone disconnected:
if (!bleIsConnected()) espShallowSleep(5000);
// if (!bleIsConnected()) espShallowSleep(5000);
}

0 comments on commit dbfbee3

Please sign in to comment.