First Commit

This commit is contained in:
2024-07-13 13:05:41 -05:00
commit f1579cd45d
11 changed files with 1167 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
NTP_SERVER="time-a-g.nist.gov"
TIMEZONE_OFFSET="-5"
DAYLIGHT_SAVING=False

View File

@@ -0,0 +1 @@
TEAM_ASSIGNED="00000"

View File

@@ -0,0 +1,6 @@
NUM_LEDS = 128
LED_PIN = 0
BRIGHTNESS = 9.0 # Set brightness of animations here, 0-1.0
MAX_SOLID_BRIGHTNESS = 100 # Set solid color max brightness here 0-255
# Pick between chase, rainbows, and alternating_blinkies.
STARTING_ANIMATION="rainbows"

View File

@@ -0,0 +1,8 @@
## This area of the configuration will come pre-set on your device.
## DO NOT CHANGE THIS UNLESS INSTRUCTED TO DO SO BY AMELIA WIETTING OR TODD VOLZ
MQTT_USERNAME=b"USERNAME" # These need to be in BYTES
MQTT_PASSWORD=b"PASSWORD" # These need to be in BYTES
MQTT_SERVER=b"aask.services"
MQTT_CLIENT_ID="test_2"
# This was from an OTA update ;)

View File

@@ -0,0 +1,10 @@
OTA_HOST = 'http://aask.services:8000'
PROJECT_NAME = 'ftc_lights'
FILENAMES = ['boot.py',
'main.py',
'CONFIG/WIFI_CONFIG.py',
'CONFIG/MQTT_CONFIG.py',
'CONFIG/MQTT_CONFIG.py',
'CONFIG/OTA_CONFIG.py',
'CONFIG/FTC_TEAM_CONFIG.py',
'CONFIG/LED_MANAGER.py']

View File

@@ -0,0 +1,4 @@
COUNTRY="US"
WIFI_LIST=[["",""]]#,["Fongs Guest","Happykitty223!"]]
MAX_WIFI_CONNECT_TIMEOUT=15