mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
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:
parent
d8038aebce
commit
765e8f3fd0
11 changed files with 605 additions and 87 deletions
2
Utils.h
2
Utils.h
|
|
@ -11,6 +11,8 @@
|
|||
#define D0 0
|
||||
#endif
|
||||
|
||||
#define DEBUG_SOMFY Serial
|
||||
|
||||
static void SETCHARPROP(char *prop, const char *value, size_t size) {strncpy(prop, value, size); prop[size - 1] = '\0';}
|
||||
namespace util {
|
||||
// Createa a custom to_string function. C++ can be annoying
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue