My Favorite Processing

* My button long presses detected from remotes for setting the my button.
* Allow setting of rolling code.
* Tuning for position setter and reading of hw sync bytes for repeats.
This commit is contained in:
Robert Strouse 2023-02-18 13:14:18 -08:00
parent d8038aebce
commit 765e8f3fd0
11 changed files with 605 additions and 87 deletions

1
Web.h
View file

@ -3,6 +3,7 @@
class Web {
public:
void sendCORSHeaders();
void sendCacheHeaders(uint32_t seconds=604800);
void startup();
void begin();
void loop();