mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 10:50:41 +08:00
Update mks_service.cpp
Fix compilation error Thanks to Epiphany for pointing out
This commit is contained in:
parent
a4609aee69
commit
b3f2e46b86
@ -627,7 +627,7 @@ bool MKSService::sendNetworkFrame()
|
||||
//Wifi_key Segment
|
||||
strcpy((char *)&_frame[dataOffset], s.c_str());
|
||||
dataOffset+=s.length();
|
||||
} else if (NetConfig::getMode() == ESP_WIFI_AP || (NetConfig::getMode() == ESP_AP_SETUP) {
|
||||
} else if (NetConfig::getMode() == ESP_WIFI_AP || (NetConfig::getMode() == ESP_AP_SETUP)) {
|
||||
log_esp3d("AP Mode");
|
||||
///////////////////////////////////
|
||||
//IP Segment
|
||||
|
Loading…
x
Reference in New Issue
Block a user