mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
ble-pybricks-service/protocol: add CommandType.ResetInUpdateMode
This commit is contained in:
committed by
David Lechner
parent
fd6957eb3f
commit
d48734b513
@@ -26,6 +26,8 @@ export enum CommandType {
|
||||
WriteUserProgramMeta = 3,
|
||||
/** Request to write to user RAM. */
|
||||
WriteUserRam = 4,
|
||||
/** Request to reboot in firmware update mode. */
|
||||
ResetInUpdateMode = 5,
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user