esp32-lightbar/Makefile.env.example

12 lines
401 B
Makefile

# 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 := secret-pw
# Device path to the serial port of the ESP32 when connected via USB
REPL_TTY_PATH := /dev/ttyUSB0