-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
SoftAp not start and can't config[BUG] #4931
Comments
Yep, working on it.
The error when calling |
In console with usb cable : Console log ( INIT : Booting version: ESP_Easy_mega_20230304_normal_ESP32_4M316k, (GitHub Actions) mega-20230304 (ESP32 SDK 4.4.4.20230208) Console log ( INIT : Booting version: ESP_Easy_mega_20230505_normal_ESP32_4M316k, (GitHub Actions) mega-20230505 (ESP32 SDK 4.4.4.20230310) Build changed! |
Added an issue for it: espressif/arduino-esp32#9069 |
OK, I have a fix ready. Problem is that we're using a slightly newer version of the ESP-IDF code compared to what the ESP32/Arduino folks are using. |
Can you do a check based on the build here: |
Hi |
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) INIT : Booting version: ESP_Easy_mega_20240106_normal_ESP32_4M316k, (GitHub Actions) HEAD_2e1d436 (ESP32 SDK 4.4.6) |
Not sure what you are trying to tell here? Also the bug for not running DHCP-service on an access point has only been fixed on the LittleFS builds (thus ESP-IDF 5.1 based SDK builds) So please tell me what you did expect to be shown, what is configured and what it is you try to show with these logs? |
Thanks for your response. |
OK, I think I now understand and I'm sorry but then the linked pull request I made does not fix your issue. |
Hi
ESP-WROOM-32 can't 'Set WiFi to AP+STA' to start AP Mode.
To Reproduce
In
Build: ESP_Easy_mega_20230304_normal_ESP32_4M316k Mar 4 2023
everything is OK but after update to another builds AP Mode not working.Expected behavior
After update to
ESPEasy_mega_20230505_ESP32
(ESP_Easy_mega_20230505_normal_ESP32_4M316k.bin) from web ,Without any change in settings if I only change the SSID name in
Config
tab and reboot the esp board ,AP Mode
not activated.Used platform when
AP Mode
works:Platform Specifics (when applicable, please complete the following information):
Used platform when
AP Mode
not works:Thanks
The text was updated successfully, but these errors were encountered: