shamonshan / rogue-code

Automatically exported from code.google.com/p/rogue-code
0 stars 0 forks source link

Temporary settings not loading from config file. PC O, PC V, PC B #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in 111.09-b001
Verification needed.

Original comment by rogue.bh...@gmail.com on 12 May 2010 at 8:36