Shorter names

This commit is contained in:
Thomas Farstrike
2025-04-22 13:34:38 +02:00
parent 652c7cb466
commit 2139e25723
8 changed files with 4 additions and 2 deletions
@@ -1,2 +1,2 @@
Manifest-Version: 1.0
Name: CPUTester
Name: CPUTest

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

@@ -1,2 +1,2 @@
Manifest-Version: 1.0
Name: ThreadTester
Name: ThreadTest

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

+2
View File
@@ -1,3 +1,5 @@
pkill -f "python.*mpremote"
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp boot.py :/boot.py
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp main.py :/main.py