grblHAL / ESP32

grblHAL driver for ESP32
Other
73 stars 43 forks source link

Help setting up as AP #28

Closed Henrikastro closed 2 years ago

Henrikastro commented 2 years ago

So, I'm trying to set up my ESP32 as an AP and I've already setted the CMakesList.txt settings of Networking as SoftAP as on and I still have no AP created. Any setting above $70 gives me an "error:53 - Setting is not available, possibly due to limited driver support.". It cannot be a limited driver issue since I've just setted up my ESP as an AP using FluidNC and it seems like I'm missing something on the setup of GrblHAL itself. Any ideas?

terjeio commented 2 years ago

Have you enabled Wifi+protocols?

Henrikastro commented 2 years ago

yes I have

terjeio commented 2 years ago

Your $$=73 output? I get

$73: WiFi Mode:
    0 - Off
    1 - Station
    2 - Access Point
    3 - Access Point/Station
ok
Henrikastro commented 2 years ago

Soo, I just tried it after having used fluidNC and it worked. Maybe the version I was flashing was not enabling it or something. Thank you for the attention!