chore(common): deprecate uploading language blob during firmware update

Remove unused protobuf field from `RebootToBootloader`.

[no changelog]
This commit is contained in:
Roman Zeyde
2025-12-10 11:23:31 +01:00
committed by Roman Zeyde
parent 97dfd0d7bc
commit 9c966372cb
4 changed files with 25 additions and 67 deletions

View File

@@ -619,8 +619,8 @@ message RebootToBootloader {
optional BootCommand boot_command = 1 [default=STOP_AND_WAIT];
// Firmware header to be flashed after rebooting to bootloader
optional bytes firmware_header = 2;
// Length of language blob to be installed before upgrading firmware
optional uint32 language_data_length = 3 [default=0];
// Deprecated (length of language blob to be installed before upgrading firmware)
reserved 3;
enum BootCommand {
// Go to bootloader menu