From f122152f9547309e89aa194d4050b4f471a65d63 Mon Sep 17 00:00:00 2001 From: draxaris1010 Date: Wed, 7 Aug 2024 19:43:19 +0200 Subject: [PATCH] vinscant: small readme change --- vinscant/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vinscant/README.md b/vinscant/README.md index 3133ca7..9a8bcb9 100644 --- a/vinscant/README.md +++ b/vinscant/README.md @@ -25,8 +25,7 @@ RST: 16 - connect to serial - connect to wifi and setup webrepl (see https://docs.micropython.org/en/latest/esp8266/tutorial/repl.html) - get `webrepl_cli.py` from https://github.com/micropython/webrepl -- copy `boot.py`, `main.py` and `key.txt` (with the correct key set on vingo) to the microcontroller using `upload_file.sh` -- download https://github.com/danjperron/micropython-mfrc522/blob/master/mfrc522.py and copy it to the microcontroller as well +- copy all the files in `mpfiles` and `key.txt` (with the correct key set on vingo) to the microcontroller using `upload_file.sh` - beep boop # Future additions