Skip to content

Commit 3e8defa

Browse files
committed
wifi.py moves to pydevices/lib
Clean break, no shim: anyone who has reached these utils already has the pydevices package, which now carries it. Regenerates utils.json and the toml, both of which lose their wifi.py entry. See PyDevices/pydevices#29.
1 parent fbc6b98 commit 3e8defa

4 files changed

Lines changed: 0 additions & 120 deletions

File tree

lib/utils/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ instead, and are installed by `pydevices-desktop`.
3232
| `framebuf.py` | The `framebuf` API on CPython and CircuitPython |
3333
| `displaybuf.py` | Peter Hinch's `DisplayBuffer` API |
3434
| `keypins.py` | Presents key events as pin-like objects |
35-
| `wifi.py` | MicroPython `network.WLAN` shim used by the examples |
3635
| `viper_tools.py` | Optional MicroPython Viper accelerators |
3736
| `console.py` | Scrolling character terminal; an `os.dupterm` target that mirrors the REPL onto a display |
3837
| `lv_encoder_emu.py` | Desktop-only soft encoder on a secondary surface, standing in for MCU `machine.Encoder` / `rotaryio` (see `examples/lv_multi_display.py`) |

lib/utils/wifi.py

Lines changed: 0 additions & 114 deletions
This file was deleted.

packages/utils.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@
8484
"viper_tools.py",
8585
"github:PyDevices/pydevices-examples/lib/utils/viper_tools.py"
8686
],
87-
[
88-
"wifi.py",
89-
"github:PyDevices/pydevices-examples/lib/utils/wifi.py"
90-
],
9187
[
9288
"fonts/__init__.py",
9389
"github:PyDevices/pydevices-examples/lib/utils/fonts/__init__.py"

pydevices-examples.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,3 @@
165165
"https://raw.githubusercontent.com/PyDevices/pydevices-examples/main/lib/utils/tree.py" = "/utils/tree.py"
166166
"https://raw.githubusercontent.com/PyDevices/pydevices-examples/main/lib/utils/uctypes.py" = "/utils/uctypes.py"
167167
"https://raw.githubusercontent.com/PyDevices/pydevices-examples/main/lib/utils/viper_tools.py" = "/utils/viper_tools.py"
168-
"https://raw.githubusercontent.com/PyDevices/pydevices-examples/main/lib/utils/wifi.py" = "/utils/wifi.py"

0 commit comments

Comments
 (0)