Skip to content

Commit

Permalink
cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jun 3, 2024
1 parent 0fc326a commit 1ad548a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Mycila::Task initConfigTask("Init Config", [](void* params) {
}

// WebSerial
#ifdef APP_MODEL_PRO
#ifdef APP_MODEL_PRO
WebSerialLite.setID(Mycila::AppInfo.firmware.c_str());
WebSerialLite.setTitle((Mycila::AppInfo.name + " Web Console").c_str());
#endif
Expand Down

0 comments on commit 1ad548a

Please sign in to comment.