kaluma-project / kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
https://kalumajs.org
Apache License 2.0
642 stars 38 forks source link

Add security in the wifi.connect() #607

Closed communix closed 1 year ago

communix commented 1 year ago

Add security in the wifi.connect() function as optional. Default is OPEN. And implement storage feature to save it in the storage

albertd commented 1 year ago

The security flag was added in pull request #606, just add "security" in your connect object. Valid options are: WPA2_WPA_PSK, WPA2_PSK, WPA_PSK, WEP_PSK, OPEN

communix commented 1 year ago

@albertd Yes. I want to make it as optional. So I created it. BTW thank you so much for your contribution.

albertd commented 1 year ago

You're very welcome, more to come. Working on stability and also adding more features.