Skip to content

Commit

Permalink
Move old bestool code to src/oldbestool
Browse files Browse the repository at this point in the history
This is part of the refactor.

Signed-off-by: Dom Rodriguez <[email protected]>
  • Loading branch information
shymega committed Mar 3, 2024
1 parent d39fe08 commit 609f3b8
Show file tree
Hide file tree
Showing 26 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bestool/Cargo.toml → src/oldbestool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "bestool"
name = "oldbestool"
version = "0.1.1"
edition = "2021"

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub fn query_memory_info(serial_port: &mut Box<dyn SerialPort>) -> Result<(), BE
payload: vec![0x03, 0x01, 0x12],
checksum: 0xC6,
};

send_message(serial_port, get_flash_id_cmd)?;
let flash_id = sync(serial_port, MessageTypes::FlashCommand)?;
send_message(serial_port, get_flash_unique_id_cmd)?;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 609f3b8

Please sign in to comment.