Skip to content

Commit

Permalink
evse.cpp: Restore the rewrite of the serial number since that is the …
Browse files Browse the repository at this point in the history
…one printed on the label
  • Loading branch information
dingo35 committed Jan 9, 2023
1 parent f935271 commit ce09f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartEVSE-3/src/evse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3517,7 +3517,7 @@ void setup() {
preferences.end();

// overwrite APhostname if serialnr is programmed
//APhostname = "SmartEVSE-" + String( serialnr & 0xffff, 10); // SmartEVSE access point Name = SmartEVSE-xxxxx
APhostname = "SmartEVSE-" + String( serialnr & 0xffff, 10); // SmartEVSE access point Name = SmartEVSE-xxxxx
_LOG_A("hwversion %04x serialnr:%u \n",hwversion, serialnr);
//_LOG_A(ec_public);

Expand Down

0 comments on commit ce09f9b

Please sign in to comment.