Include Makefile.env in Makefile for local configuration
This commit is contained in:
parent
5c7b10c7b1
commit
aa0a04b76f
3 changed files with 22 additions and 7 deletions
11
Makefile.env.example
Normal file
11
Makefile.env.example
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# This is an example file.
|
||||
# Copy this to Makefile.env and adjust it to the IP and password of your lightbar.
|
||||
|
||||
# IP address or hostname of your lightbar
|
||||
LIGHTBAR_HOST := 192.168.13.12
|
||||
|
||||
# Password for WebREPL as set in webrepl_cfg.py (used to transfer files to the ESP32)
|
||||
WEBREPL_PASSWORD := ultra-secret-webrepl-password
|
||||
|
||||
# Device path to the serial port of the ESP32 when connected via USB
|
||||
REPL_TTY_PATH := /dev/ttyUSB0
|
||||
Loading…
Add table
Add a link
Reference in a new issue