n0xa / m5stick-nemo

M5 Stick C firmware for high-tech pranks
Other
762 stars 157 forks source link

Nemo Portal don't redirect to captive portal (CardPuter) #102

Closed arm-ARMY closed 7 months ago

arm-ARMY commented 7 months ago

In version 2.5.0, when Nemo portal is selected, the network shows up but when client try to connect it it says there's no WiFi, and don't redirect do captive portal. I'm using a Cardputer. Tried just burning the .bin file. Do not redirect to captive portal. Compiled with ardiuno-cli and build and merge with esptool.py. Same results.

But if I Scan Network, clone an SSID then change the name it works! You get redirected to the captive portal.

bmorcelli commented 7 months ago

Hi, there were a misplaced curly brackets at portal_loop function.. I've just opened a pull request to fix this.

n0xa commented 7 months ago

fixed in main #107