修改README

This commit is contained in:
董宏宇
2021-08-20 21:12:06 +08:00
parent 33a7c28948
commit 4574b90e28

View File

@@ -33,7 +33,7 @@ adb shell am broadcast -a com.obu.test_trigger_recognized
// 红绿灯 0不可用1红灯2绿灯3黄灯
adb shell am broadcast -a com.obu.test_light_recognized --ei obuStates 1 --ei lightLevel 1 --ei obuLevel 3 --ei obuType 0x2B09 --ei rtiType 0x2
// 道路危险情况预警
adb shell am broadcast -a com.obu.test_light_recognized --ei obuStates 1 --ei lightLevel 1 --ei obuLevel 3 --ei obuType 0x2B06 --ei rtiType 0x2
adb shell am broadcast -a com.obu.test_light_recognized --ei obuStates 1 --ei obuLevel 3 --ei obuType 0x2B06 --ei rtiType 0x2
// (旧版本)使用命令行触发各种测试场景演示