-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to generate AP mode mode manually by pressing a button #124
Comments
if i try this changes with your demo code. abort() was called at PC 0x40086d6f on core 0 Backtrace:0x400871d3:0x3ffbdce0 0x40087871:0x3ffbdd00 0x4008e48a:0x3ffbdd20 0x40086d6f:0x3ffbdd90 0x400d640d:0x3ffbddb0 0x40087879:0x3ffbdf40 ELF file SHA256: 0f4204f40fb8bb75 Rebooting... rst:0xc (SW_CPU_RESET),boot:0x1e (SPI_FAST_FLASH_BOOT) |
**Actually we need to set the AP mode manually then we wants to store AP in a NVS.
we have crash when i use esp_wifi_set_mode(WIFI_MODE_APSTA) and start http and dns server manually
void enter_config_mode(){
//disconnect should happen if already connected
//wifi_manager_disconnect_async();
//enter AP mode
}
void monitoring_task(void *pvParameter)
{
}
The text was updated successfully, but these errors were encountered: