Skip to content

Commit

Permalink
added documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmcaleer committed Jun 10, 2021
1 parent 7ff1c79 commit b847a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smars_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def index():
global telemetry
telemetry = SMARS.get_telemetry()
if DRIVER == True:
flash(Markup('PCA9685 Driver not loaded'), 'danger')
flash(Markup('PCA9685 Driver not loaded. For more information visit: <a href="https://kevinmcaleer.github.io/SMARSLab/driver_not_found">This documentation page</a>'), 'danger')
# flash(Markup('another test of flash'), 'success')
return render_template("index.html")

Expand Down

0 comments on commit b847a78

Please sign in to comment.