summaryrefslogtreecommitdiff
path: root/local.mk
blob: b7641e8c5f70ad90479f2a59c9fe5b694983c6e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- make -*-
# (C) 2016 by Eugeniy Mikhailov, <evgmik@gmail.com>

LUATOOL = ~/src/cloned/luatool/luatool/luatool.py
# Path to nodemcu-uploader (https://github.com/kmpm/nodemcu-uploader)
NODEMCU-UPLOADER=../../../cloned/nodemcu-uploader/nodemcu-uploader.py

# which tool to use, uncomment if you want nodemcu-uploader
#UPLOAD_TOOL = nodemcu-uploader

# Serial port
BAUD_RATE = 115200
START_BAUD_RATE = 9600 # need if nodemcu-uploader is used
PORT = /dev/ttyUSB0

# Online port
#IP = 192.168.2.132:80
IP = 192.168.2.123:80

# uncomment UPLOAD_TYPE if you want to use network capabilities
# UPLOAD_TYPE=online