Skip to content

Commit

Permalink
Re-Enable First Time Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
N95JPL committed Jan 22, 2024
1 parent 9662b55 commit 68e21c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/VariableMaps/VehicleInfoVar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export let vehicleInfo = {
setupInfoLine: "Welcome - First Time Setup Wizard",
firstTimeSetup: false,
firstTimeSetup: true,
vinDecode: false,
setupStep: 0,
CCFID: "-",
Expand All @@ -23,7 +23,7 @@ export let vehicleInfo = {

export let vehicleInfoPrev = {
setupInfoLine: "Welcome - First Time Setup Wizard",
firstTimeSetup: false,
firstTimeSetup: true,
vinDecode: false,
setupStep: 0,
CCFID: "-",
Expand Down

0 comments on commit 68e21c6

Please sign in to comment.