How can I change boolean eeprom values with M206?

I see in the documentation for M206 that 'S' is for changing integers, 'X' is for floats, what about single byte values?

T[type]
 Value type
P[pos] Value position
[S(long)] An integer value
[X(float)] A float value

Comments

  • Single byte values are also integers 0 = false, 1 = true so S0 or S1. Just make sure T is same as reported in M205 or you will overwrite something.
  • Thank you again for your help.
Sign In or Register to comment.