Skip to content

Commit

Permalink
wifi: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Jun 13, 2024
1 parent 94b3340 commit b50aac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/wifi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3050,7 +3050,7 @@ bool wifiConnected() {
return espurna::wifi::sta::connected();
}

espurna::wifi::StaNetwork wifiStaNetwork() {
espurna::wifi::StaNetwork wifiStaInfo() {
if (espurna::wifi::opmode() & espurna::wifi::OpmodeSta) {
return espurna::wifi::sta::current();
}
Expand Down

0 comments on commit b50aac4

Please sign in to comment.