RetroControllerAvr/extra_script.py

5 lines
127 B
Python
Raw Normal View History

2020-06-23 02:04:07 +02:00
Import("env")
env.Replace(
UPLOADCMD="scp $SOURCE pi@retropie:dev/fw.elf && ssh pi@retropie dev/prog_avr.sh dev/fw.elf"
)