Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support to turn off the blinking light after a while #82

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jknaack
Copy link
Contributor

@jknaack jknaack commented Jun 30, 2023

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

…stem is up and running. This is a configurable number from 0-99 with 0 being to blink as normal (and is the default). Also updated the firmware version to 1.2.2 since it seems like this was missed for 1.2.1.
@@ -24,7 +24,7 @@
#define _DEFINES_H

/** Firmware version, hardware version, and maximal values */
#define OG_FWV 120 // Firmware version: 120 means 1.2.0
#define OG_FWV 122 // Firmware version: 122 means 1.2.2
Copy link
Contributor Author

@jknaack jknaack Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes #79, at least going forward

…ng the light off. Also moving the blink ticker times to the defines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Firmware 1.2.1 reports version is 1.2.0
1 participant