commit: 59dda71 (Apr 10, 2018)
fullSHA: 59dda7103855e2f85822f83ecbb835d66f12183d
'network' module update
see Wiki for changes
'microWebServer' frozen module updated
Some fixes related 'ticks_*' functions returning 64-bit values
better compatibiliy with 'uasyncio' module
Other minor changes and bugfixes
'Ctrl+D' on empty line now performs full ESP32 soft reset
'math' module updated, added 'factorial' method
'uos' module updated, added 'mpycore' method to show MicroPython core git commit hash and date
libcurl based email function implemented
Fixed GPIO initialization after deepsleep
if ext0 or ext1 wake up source was used
Licensing information updated
Some unneeded sources removed
utime.ticks_diff() and ticks_add(): Overflow error
Add missing uhashlib back
Updated 'utimeq' module
fix handling if time values
Updated 'machine.UART' module
added callbacks on data, pattern and error
added flush() method
Various small uptates and improvements