tripflex / wifi-captive-portal

Mongoose OS WiFi Captive Portal Library
https://forum.mongoose-os.com/discussion/2702/library-wifi-captive-portal-web-ui-list-ssids-test-configure-rpc-gzip-support
Other
24 stars 9 forks source link

cannot use this wifi captive portal with my code #10

Closed bilalahmed13 closed 5 years ago

bilalahmed13 commented 5 years ago

first of all my apologies as i am new to mongoose os. i am building my firmware (in mongoose os js) based on esp32. i need to add this captive portal (https://github.com/tripflex/wifi-captive-portal) in my code. i have build this code and it saves lib.a file in build folder. Then i put this lib.a file in a folder mylib , then i have added below two line in the mos.yml binary_libs:

bilalahmed13 commented 5 years ago

this is the link to the code https://www.dropbox.com/s/ny2ijjyln2a3upq/wifiportal.rar?dl=0

bilalahmed13 commented 5 years ago

got it working had to add index.html in fs folder