Browse Source

Add files via upload

pull/1080/head
oberfritze 2 years ago
committed by GitHub
parent
commit
144d4ed86d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/app.h

3
src/app.h

@ -254,7 +254,7 @@ class app : public IApp, public ah::Scheduler {
void tickMinute(void);
void tickZeroValues(void);
void tickMidnight(void);
/* void tickSerial(void) {
/*void tickSerial(void) {
if(Serial.available() == 0)
return;
@ -268,6 +268,7 @@ class app : public IApp, public ah::Scheduler {
}
DBGPRINTLN("");
}*/
void check_hist_file (File file);
void show_history (String path);
innerLoopCb mInnerLoopCb;

Loading…
Cancel
Save