I need to reword that, it's a bit confusing. Basically, on some devices there's a code library called WiFi that you use to initialise WiFi. On Espruino WiFi the library is called EspruinoWiFi. It's used in a very similar way, but isn't 100% identical (but the plan is to eventually make it the same).
For what you're doing you'll never notice any issues. It'll communicate with a Pi just fine over WiFi.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I need to reword that, it's a bit confusing. Basically, on some devices there's a code library called
WiFi
that you use to initialise WiFi. On Espruino WiFi the library is calledEspruinoWiFi
. It's used in a very similar way, but isn't 100% identical (but the plan is to eventually make it the same).For what you're doing you'll never notice any issues. It'll communicate with a Pi just fine over WiFi.