Configuration file settings are read in after loading temporary settings.
Net effect is that temporary settings will have the previous value loaded
initially.
----
Example:
Existing configuration:
O1
V16
B0
UMP3.CFG:
O0
V40
B255
After first power on with this configuration file:
PC O reports 1 (expected 0)
PC V reports 16 16 (expected 40 40)
PC B reports 0 (255)
----
Solution: move configuration read before loading temporary settings.
Original issue reported on code.google.com by rogue.bh...@gmail.com on 28 Apr 2010 at 6:16
Original issue reported on code.google.com by
rogue.bh...@gmail.com
on 28 Apr 2010 at 6:16