mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-04-28 12:03:07 -07:00
Add new Marauder logo
This commit is contained in:
@@ -6870,7 +6870,7 @@ void WiFiScan::changeChannel()
|
|||||||
void WiFiScan::channelHop()
|
void WiFiScan::channelHop()
|
||||||
{
|
{
|
||||||
this->set_channel = this->set_channel + 1;
|
this->set_channel = this->set_channel + 1;
|
||||||
if (this->set_channel > 13) {
|
if (this->set_channel > 14) {
|
||||||
this->set_channel = 1;
|
this->set_channel = 1;
|
||||||
}
|
}
|
||||||
esp_wifi_set_channel(this->set_channel, WIFI_SECOND_CHAN_NONE);
|
esp_wifi_set_channel(this->set_channel, WIFI_SECOND_CHAN_NONE);
|
||||||
|
|||||||
BIN
pictures/marauder_skull_240x320-01-01.png
Normal file
BIN
pictures/marauder_skull_240x320-01-01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user