You are reading a single comment by @Ollie and its replies. Click here to read the full conversation.
  • In your first example you are using the js module which is intended for use when ESP8226 is purely used as Wifi Adapter - i.e Pico + ESP8266

    Your second example is correct, and you can generally ignore module not found warnings.

    The acid test is can you do anything with the wifi object - can you get status with wifi.getStatus()? If you can, your module is loaded and available.

About

Avatar for Ollie @Ollie started