From 301ba3e84921de6cd84d6cff9366679ee6be0705 Mon Sep 17 00:00:00 2001 From: Catamine <kirsa@riseup.net> Date: Sun, 24 Jul 2022 13:08:04 -0400 Subject: [PATCH] cheatsheet changes --- curriculum/cheatsheet.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/curriculum/cheatsheet.txt b/curriculum/cheatsheet.txt index bec162c..4495ed0 100644 --- a/curriculum/cheatsheet.txt +++ b/curriculum/cheatsheet.txt @@ -17,4 +17,7 @@ AMPY: Show files on device: ampy -p PORT ls Show contents of file on device: - ampy -p PORT get file.py \ No newline at end of file + ampy -p PORT get file.py + +MicroPython firmware: + https://micropython.org/download/esp32/ \ No newline at end of file -- GitLab