Skip to content

Commit

Permalink
illustrations for the Ham wiki [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Feb 27, 2024
1 parent 4218a35 commit bca0fce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added documents/images/ham-28.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documents/images/ham-29.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion software/firmware/source/SoftRF/src/driver/WiFi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void WiFi_setup()
// ... Try to connect to WiFi station.
WiFi.begin(station_ssid.c_str(), station_psk.c_str());

// ... Pritn new SSID
// ... Print new SSID
Serial.print(F("new SSID: "));
Serial.println(WiFi.SSID());

Expand Down

0 comments on commit bca0fce

Please sign in to comment.