network driver appears broken

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

network driver appears broken

Post by pythoncoder » Tue Dec 08, 2015 9:34 am

This implies that the examples in the docs won't work. Should I raise an issue?

Code: Select all

PYB: sync filesystems
PYB: soft reboot
MicroPython v1.5.1-58-gb4eccfd on 2015-12-03; PYBv1.1 with STM32F405RG
Type "help()" for more information.
>>> import network
>>> dir(network)
['__name__', 'route']
>>> 
[edit]Issue now raised
Peter Hinch
Index to my micropython libraries.

Post Reply