Hackuarium / bioreactor-ui

https://hackuarium.github.io/bioreactor-ui/.
0 stars 1 forks source link

Check negative value in Steps #44

Closed andrescvargasr closed 1 year ago

andrescvargasr commented 1 year ago

When you set a negative value in the Steps (example 2) the convertion to binary is with '-' not '1' for the first bit:

lpatiny commented 1 year ago

And this is the default value after a reset of the flash (FFFF). I think we also define this value internally as ERROR_VALUE or something like that.

andrescvargasr commented 1 year ago

Solve in commit a06d774