[presto] rename records_on_the_day.py to main.py

This commit is contained in:
Claudio Ortolina
2026-05-10 19:54:27 +01:00
parent 4babb29d73
commit 56fb7e590d
4 changed files with 25 additions and 22 deletions
+2 -2
View File
@@ -5,11 +5,11 @@
[tasks.presto]
run = '''
mpremote fs cp records_on_the_day.py :main.py
mpremote fs cp main.py :main.py
mpremote reset
'''
dir = "{{cwd}}"
[tasks.emulator]
run = 'pimoroni-emulator --device presto records_on_the_day.py'
run = 'pimoroni-emulator --device presto main.py'
dir = "{{cwd}}"