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 typeP[pos] Value position[S(long)] An integer value[X(float)] A float value
Comments