]> git.tnoah.ca Git - lora-radio.git/commitdiff
Added makefile
authorMark Qvist <mark@unsigned.io>
Sun, 26 Dec 2021 09:38:45 +0000 (10:38 +0100)
committerMark Qvist <mark@unsigned.io>
Sun, 26 Dec 2021 09:38:45 +0000 (10:38 +0100)
LICENSE
Makefile [new file with mode: 0644]

diff --git a/LICENSE b/LICENSE
index 642c82ed9508c0d182a28cc5375c3a8880ceb280..f9a1ec5223ad992496824f27f6ab73ae7eebf162 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2018 Mark Qvist - unsigned.io
+Copyright (c) 2021 Mark Qvist - unsigned.io
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..37585bd
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+
+firmware:
+       arduino-cli compile --fqbn unsignedio:avr:rnode
+
+upload:
+       arduino-cli upload -p /dev/ttyUSB0 --fqbn unsignedio:avr:rnode