This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; LED Control for VESC Express | |
; Copyright 2024 Syler Clayton <[email protected]> | |
; Debug flag for testing | |
(def debug 0) | |
; Features enabled | |
(def led-enable 1); Basic version works on previous VESC firmware | |
(def pubremote-enable 0); VESC 6.5 beta only. Also requires code-server | |
(def code-server-enable 0) ; VESC 6.5 beta only. If timeout you probably don't have script on VESC which starts the code-server. |