Open Issues Need Help
View All on GitHub Add configuration file capabilities about 1 month ago
AI Summary: Implement configuration file reading for the Live Color Data SwiftUI app. The configuration file should contain the MQTT broker's IP address and the sliding delay value, replacing the hardcoded values currently in the `MQTTService.connect()` function and `ContentView.swift`. The chosen configuration file format should be easily parsed within Swift.
Complexity:
3/5
enhancement good first issue