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,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']