View Single Post
Old 01-20-2017, 02:12 PM   #64 (permalink)
skybolt
deviant
 
Join Date: Oct 2016
Location: Seattle, WA
Posts: 69

s2k - '02 Honda s2000
Thanks: 12
Thanked 47 Times in 35 Posts
Minor bugs

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.
  Reply With Quote
The Following User Says Thank You to skybolt For This Useful Post:
t vago (01-20-2017)