✨ Schuyler St. Leger
✨ Schuyler St. Leger
1. Writing to ROM is not allowed, one can not enter edit mode. This prohibited in [hex_can_edit(unsigned int adr)](https://github.com/travisgoodspeed/goodwatch/blob/c8f679c363bbd442481befd61232488856398523/firmware/apps/hex.c#L26) 2. Not allowed, same reason. 3. Writing is allowed, though it...
When the write is not allowed, the watch does not allow entering a new value. See [here](https://github.com/travisgoodspeed/goodwatch/blob/c8f679c363bbd442481befd61232488856398523/firmware/apps/hex.c#L178-L180). Does this answer your question or is your question what happens if `((unsigned...
> What is the behavior when writing to ROM? 0x1000 The write is ignored, thought I believe the CC430F6137 (what I am testing on) and the CC430F6147 use a flash...
Were you able to do any testing of this?
A testing/devel/next branch could be useful. I have been keeping a local branch that is master with this PR, #124, #130 merged into it.
I think "Calibrate" is a suboptimal term for this and "Align Brush" is better. We should implement this as a frame/HTML element that can just be put in any mode...
I agree that brush is less than great, but implement feels clunky.
Would this issue be the implementation of a UI for the controls? If not then this issue does not belong here.
Could CNCServer act as a proxy and relay all of the requests it receives to the remote instance? How hard would it be to make CNCServer reload the bot configuration...
Is this implemented enough to close?