Blynk & Micropython on ESP8266 (Wemos D1 Mini Pro)

Hi,

I did not find any solution to run Blynk on ESP8266 Micropython.
The Blynk library does not support ESP8266, and breakes with the following error:

>>> import BlynkLib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "BlynkLib.py", line 83
SyntaxError: constant must be an integer

Is there some up to date lib somewhere that we can use to interract with Blynk from ESP8266 and Micropython ?

Thanks,

I think we will support ESP32 with MicroPython at some point,.but not the ESP8266 unless MicroPython improves on memory usage, etc.

I was able to run it on ESP8266 with the latest library 0.2.0: