You are reading a single comment by @Ken and its replies. Click here to read the full conversation.
  • I'm trying to setup a temporary open access point and no matter what I do, when I upload it to Flash, the console reports an "Uncaught Error: Password must be at least 8 characters"

    WIFI.startAP(####, (err)=>{});
    

    and

    WIFI.startAP(####, {  authMode: 'open' }, (err)=>{});
    

    Board Information
    VERSION 2v06
    GIT_COMMIT 21168a2b
    BOARD ESPRUINOWIFI
    MODULES Flash,Storage,heatshrink,fs,net,dgram,tl­s,http,NetworkJS,WIZnet,tv,crypto,neo ...

    Has anyone else run into this and have a workaround other than setting a password?

    Thanks!

About

Avatar for Ken @Ken started