mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
small typo on run.py (#33413)
old-commit-hash: a51b83b4d85be3fcf9b43bd0ac7c27449366710a
This commit is contained in:
committed by
GitHub
parent
f81c369acd
commit
9f1d49ef32
@@ -92,7 +92,7 @@ def setup_onroad_alert(click, pm: PubMaster, text1, text2, size, status=log.Cont
|
||||
cs.alertText2 = text2
|
||||
cs.alertSize = size
|
||||
cs.alertStatus = status
|
||||
cs.alertType = "test_onorad_alert"
|
||||
cs.alertType = "test_onroad_alert"
|
||||
pm.send('controlsState', dat)
|
||||
|
||||
def setup_onroad_alert_small(click, pm: PubMaster):
|
||||
|
||||
Reference in New Issue
Block a user