WiPy2 Blynk not working with recent firmware
- 
					
					
					
					
 Hi All, 
 finally i got my WiPy2 and couldnt await to test it :).Unfortunately after upgrading to the newest firmware for WiPy2 i could not get the Blynk examples to work. I put all files into /flash/lib including examples and Blynk lib. Python does load the BlynkLib, but not successfully. Some error with module Timer or Ticker not available. Cant recall exactly but i will update this text with more specific error details when this isnt a common Newbie problem. 
 Did already somebody got the Blynk to work on a WiPy2?EDIT: The screen history: �hello :) MicroPython 333b92c on 2016-10-26; WiPy with ESP32 Type "help()" for more information. >>> import os >>> os.uname() (sysname='WiPy', nodename='WiPy', release='0.9.2.b1', version='333b92c on 2016-10-26', machine='WiPy with ESP32') >>> import BlynkLib Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/flash/lib/BlynkLib.py", line 126, in <module> File "/flash/lib/BlynkLib.py", line 127, in HwPin AttributeError: 'module' object has no attribute 'Timer'*Cheers, 
 Christoph
 
- 
					
					
					
					
 @Xykon Is that 20161104 or 20160411 ? Only joking but ISO format dates are always less confusing than other number formats when the day of the month and the month number can be confused. 
 
- 
					
					
					
					
 Thanks for that information. 
 I didnt know that the Wipy2 is still work in progress.
 
- 
					
					
					
					
 According to the roadmap posted in Kickstarter Timer support is expected on 4/11/16: WDT, SD and Timers. 
 
