[presto] rename records_on_the_day.py to main.py
This commit is contained in:
+2
-2
@@ -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}}"
|
||||
|
||||
Reference in New Issue
Block a user