Open Hixie opened 8 years ago
The problem isn't with the write as far as I can tell. If I send [1, 128, 32]
, then I see the 2-hour delay LED turn on, and if I run the program again, it does report that the value is now [1, 128, 32]
. It's just crashing when reading data immediately after the write for some reason.
If I read
userConfiguration
I get back[0, 128, 32]
right now (no delay, no zone, no dry options, normal wash temp, rinse aid enabled, autosense cycle, leak detect enabled).If I write
[0, 128, 32]
back touserConfiguration
, I get back:Here's the test program: