Bump firmware version to 1.0.0

This commit is contained in:
Skylar Ittner 2026-04-02 19:16:14 -06:00
parent 100ec19374
commit 05a1b65bb9

View File

@ -45,7 +45,7 @@ DOWN_BUTTON_PIN = 11 # Pin to read for navigation down button
HAS_WS2812 = True # Has an WS2812/Neopixel, will use instead of normal LED HAS_WS2812 = True # Has an WS2812/Neopixel, will use instead of normal LED
WS2812_PIN = 3 # GPIO pin for WS2812 WS2812_PIN = 3 # GPIO pin for WS2812
LED_PIN = 3 # "LED" for testing, 3 for prod LED_PIN = 3 # "LED" for testing, 3 for prod
FIRMWARE_VERSION = "0.0.1" FIRMWARE_VERSION = "1.0.0"
# #
# Scanner configuration # Scanner configuration