View Single Post
Old 06-04-2008, 03:01 PM   #190 (permalink)
awillard69
EcoModding Apprentice
 
awillard69's Avatar
 
Join Date: Feb 2008
Location: Streamwood, IL
Posts: 105

Dakota - '00 Dodge Dakota Club Cab, Sport
90 day: 18.57 mpg (US)

Jeep - '01 Jeep Wrangler TJ Sport
90 day: 18.46 mpg (US)
Thanks: 0
Thanked 1 Time in 1 Post
DCB: It may be better for the long term if you create an include file with the user specific settings and include it into the main module. That way, if someone does the copy/paste of the core source, it won't overwrite their custom settings.

It might be useful, too, if settings for known auto (Saturn, Honda, etc.) configurations were surrounded in #define/#ifdef statements (if supported) in the file, so it can contain all collected defaults. Worst case, just uncomment the active settings. With the basic defaults being what a user may have tweaked. Then just a simple #define in the source can configure the code without losing the settings.
__________________

  Reply With Quote