Adding support to turn off the blinking light after a while #82
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I don't know if you are taking new feature submissions or not anymore, but I added the ability to disable the blinking light after a specified number of blinks. The /jo and /co urls have been updated to get/set the value, and a menu item has been added to the Basic Options page to allow it to be modified easily.
When setting up the device, or after a reboot, the blinks are handy to know things are working, but after a while, I find them distracting. The default setting is a "blink count" of 0, which means forever, just like it does today. From 1-99 will blink that many times, and then stop blinking until the read counter hits that number (read_count has a limit of 99, which is where the limit comes from; that said, if you want more than 99, you probably just want "forever" anyway).
I also updated the firmware version to 1.2.2.
Also fixes #79