I am in the midst of testing and was about to move the wifi part as external dependency (because there are at least two version EspruinoWifi/ESP8266WiFi) when i realized something odd.
You require a "Wifi" module which isn't known and you are not using a callback for the "getIP" method which is required in EspruinoWifi/ESP8266WiFi. Do you use a custom implementation for wifi?
Okay.. i should go to bed.. the espruino docs clearly say there is a Wifi module and its currently for ESP8266 only :)
Edit 3
Ok.. now i am hitting a real snag.. UDP support. I only have a EspruinoWifi and dgram is only
for ESP8266/ESP32 for now as far as i know. So i will have to wait for 1v95.
I pushed everything to https://github.com/PaddeK/espruino-alexa maybe you can test it beyond this point.
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 am in the midst of testing and was about to move the wifi part as external dependency (because there are at least two version EspruinoWifi/ESP8266WiFi) when i realized something odd.
You require a "Wifi" module which isn't known and you are not using a callback for the "getIP" method which is required in EspruinoWifi/ESP8266WiFi. Do you use a custom implementation for wifi?
Edit
I am using latest travis build from here
Edit 2
Okay.. i should go to bed.. the espruino docs clearly say there is a Wifi module and its currently for ESP8266 only :)
Edit 3
Ok.. now i am hitting a real snag.. UDP support. I only have a EspruinoWifi and dgram is only
for ESP8266/ESP32 for now as far as i know. So i will have to wait for 1v95.
I pushed everything to https://github.com/PaddeK/espruino-alexa maybe you can test it beyond this point.