Trying to deploy 20170116 to ATMega with Parallax LCD. Display beeping madly. In setting bit rate to 384 and 96, found the following:
Line 434. What used to read:
Code:
#ifndef useSerialLCD
#undef useLCDserialPort0
#undef useLCDserialPort1
#undef useBufferedLCDserialPort
#endif
Now reads:
Code:
#ifndef useSerialLCD
#undef useLCDserialPort0
#undef useLCDserialPort1
#endif
This might be good code or depends on operator setting buffered correctly.
Can't set any Refill digits to 0. Examples:
Set to 1. Reset to 0, "parameter unchanged," stays at 1.
After 1, set to 9. Parameter saved as 10.
Set to 15. Try and set to 5. "parameter unchanged," stays at 15.
After 15, set to 10. Parameter saved as 25.