ftc-dashboard
Installation
SKILL.md
FTC Dashboard
React-based web dashboard for monitoring FTC robots during operation.
Access the dashboard at: http://192.168.43.1:8080 (Control Hub) or http://192.168.49.1:8080 (phone)
Quick Start
Installation
- Add the Maven repository to
build.dependencies.gradle:
repositories {
maven { url = 'https://maven.brott.dev/' }
}
- Add the dependency: