acmerobotics / ftc-dashboard

React-based web dashboard designed for FTC
https://acmerobotics.github.io/ftc-dashboard
Other
178 stars 140 forks source link

sdk5.0 setup #5

Closed David10238 closed 5 years ago

David10238 commented 5 years ago

when I try setting up Dashboard v3.0.0 with sdk v5.0 FtcDashboard.attachWebServer(service.getWebServer()); throws a compiler error. attachWebServer(org.firstinspires.ftc.robotcore.internal.webserver.WebServer) in FtcDashboard cannot be applied to (com.qualcomm.robotcore.util.WebServer)

rbrott commented 5 years ago

Yup. v5.0 introduced breaking changes to the web server API (there's even a new module!). It'll be fixed in the next release.