Fix dimmable LED off-state, topic names, PWM flicker, brightness update outside kDefault, indefinite blinking, and blinking reliability (#2337)

This commit is contained in:
Alan Everett
2026-02-03 00:11:34 -05:00
committed by GitHub
parent f4b30da6b3
commit 284e818e74
4 changed files with 20 additions and 15 deletions

View File

@@ -3,6 +3,6 @@
"supportURL" : "https://limelightvision.io",
"ledPins" : [ 13, 18 ],
"ledsCanDim" : true,
"ledPWMFrequency" : 30000,
"ledPWMFrequency" : 1000,
"vendorFOV" : 75.76079874010732
}