diff --git a/projects/calc/index.html b/projects/calc/index.html index 69d59b0..9acd40a 100644 --- a/projects/calc/index.html +++ b/projects/calc/index.html @@ -219,6 +219,7 @@

CALC - SINGLE BUTTON (MORSE) CALCULATOR

You can copy them to your esp32 (after flashing with micropython) by doing:
micropython/tools/pyboard.py -b 115200 -d /dev/tty.usbmodem101 -f cp main.py :main.py
micropython/tools/pyboard.py -b 115200 -d /dev/tty.usbmodem101 -f cp ssd1306.py :ssd1306.py
+ micropython/tools/pyboard.py -b 115200 -d /dev/tty.usbmodem101 -f cp morse.py :morse.py