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. 1
      src/app.h

1
src/app.h

@ -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