Skip to content

Commit

Permalink
Merge pull request #19 from phlupp/patch-4
Browse files Browse the repository at this point in the history
update Hostname
  • Loading branch information
jomjol authored Sep 16, 2020
2 parents 927b5e6 + db02a30 commit 157b071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ extern "C" void app_main()

LoadWlanFromFile("/sdcard/wlan.ini", ssid, password, hostname);
LogFile.WriteToFile("Startsequence 04");
printf("WLan: %s, %s\n", ssid.c_str(), password.c_str());
printf("To use WLan: %s, %s\n", ssid.c_str(), password.c_str());
printf("To set Hostename: %s\n", hostname.c_str());

initialise_wifi(ssid, password, hostname);
LogFile.WriteToFile("Startsequence 05");
Expand Down

0 comments on commit 157b071

Please sign in to comment.