mirror of
https://github.com/vale981/KSP-30-Hack
synced 2025-03-05 09:21:38 -05:00
3 lines
200 B
Bash
Executable file
3 lines
200 B
Bash
Executable file
#! /usr/bin/env bash
|
|
sudo arduino-cli compile -v -p /dev/ttyUSB0 -b arduino:avr:nano:cpu=atmega328old keyboard
|
|
sudo arduino-cli upload -v -p /dev/ttyUSB0 -b arduino:avr:nano:cpu=atmega328old keyboard
|