Add new Marauder logo

This commit is contained in:
Just Call Me Koko
2025-05-30 12:51:24 -04:00
parent 1f08406c63
commit 478c677f6a
2 changed files with 1 additions and 1 deletions

View File

@@ -6870,7 +6870,7 @@ void WiFiScan::changeChannel()
void WiFiScan::channelHop()
{
this->set_channel = this->set_channel + 1;
if (this->set_channel > 13) {
if (this->set_channel > 14) {
this->set_channel = 1;
}
esp_wifi_set_channel(this->set_channel, WIFI_SECOND_CHAN_NONE);

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB