Skip to content

Commit

Permalink
Add defaults for compression related variables
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed May 14, 2024
1 parent ba9c902 commit 3ff5275
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ardustim/ardustim/storage.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ void loadConfig()
config.sweep_low_rpm = 1000;
config.sweep_interval = 1000;

config.useCompression = false;
config.compressionType = COMPRESSION_TYPE_4CYL_4STROKE;
config.compressionRPM = 400;
config.compressionOffset = 0;

saveConfig();
}
else
Expand Down

0 comments on commit 3ff5275

Please sign in to comment.