Skip to content
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

Cannot switch off AP mode #233

Closed
vharten opened this issue Feb 19, 2024 · 1 comment
Closed

Cannot switch off AP mode #233

vharten opened this issue Feb 19, 2024 · 1 comment

Comments

@vharten
Copy link

vharten commented Feb 19, 2024

Describe the bug
After firmware upgrade to 2.7.2, AP mode suddenly went on. I try to switch it off by setting the AP timeout to zero, but it remains in Active state, even after a reboot.

To Reproduce
Happens always.

Expected behaviour
AP mode switched off after setting AP timeout to zero

Screenshots
image

Device information

  • Firmware version 2.7.2
  • Hardware revision cve 2
  • Type/model number Itho (on sticker outside the box)
  • CC1101 RF module enabled no
  • In case of wifi issues, wifi access point make and model: Meraki MR33,42

Desktop (please complete the following information):

  • OS: [e.g. iOS] Windows
  • Browser [e.g. chrome, safari] Edge
  • Version [e.g. 22] latest
@arjenhiemstra
Copy link
Owner

arjenhiemstra commented Feb 20, 2024

Thanks for spotting this! I found the issue:

setupWiFigeneric();
if (!loadWifiConfig("flash"))
{
E_LOG("Setup: Wifi config load failed");
}

The order is wrong here. setupWiFigeneric call should be after config load...
This was apparently masked by an immediate shutdown of the AP code somewhere else in the code but that is not triggered anymore in 2.7.2 due to some other changes.

I'll fix the issue and release 2.7.3 probably later today.

arjenhiemstra added a commit that referenced this issue Feb 20, 2024
Changes since 2.7.2

fix: Cannot switch off AP mode #233
fix: value 0 not displayed correctly in web ui input fields

Firmware binary (CVE HW rev.2 and NON-CVE):
https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/unified_hw2_noncve/nrgitho-v2.7.3.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants