aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk-vars.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2020-08-04 23:19:49 +0100
committerSimon John <git@the-jedi.co.uk>2020-08-04 23:19:49 +0100
commit207253abc6ec81112abf0a64a8bf68e227528d64 (patch)
treeb289b1a3ad4d2793e38e5072353b9f5484f98a7b /arduino-mk-vars.md
parent6f786a96b0acfb0c9b2d2f4e39911d2803088729 (diff)
Rebased python3 branch with some changes from tuna-f1sh@87d5241
Diffstat (limited to 'arduino-mk-vars.md')
-rw-r--r--arduino-mk-vars.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md
index f173ac2..adda523 100644
--- a/arduino-mk-vars.md
+++ b/arduino-mk-vars.md
@@ -115,6 +115,22 @@ RESET_CMD = $(HOME)/gertduino/reset
----
+### PYTHON_CMD
+
+**Description:**
+
+Path to Python binary. Requires pyserial module installed. Makefile will error if unable to auto-find as utility scripts will not work. To override this, give it an empty define.
+
+**Example:**
+
+```Makefile
+PYTHON_CMD = /usr/bin/python3
+```
+
+**Requirement:** *Optional*
+
+----
+
## Arduino IDE variables
### ARDUINO_DIR