esp32-lightbar/examples/lightbar_cfg.py

11 lines
291 B
Python

# Example file for Lightbar configuration. Copy to src/lightbar_cfg.py, adjust and upload to the board.
# Port to start the HTTP server on
SERVER_PORT = 80
# Whether the HTTP server should be started in debug mode
SERVER_DEBUG = False
# Amount of LEDs in the lightbar
NEOPIXEL_COUNT = 28