mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-28 16:40:00 -07:00
docs: minor fixes for <links>, npm from daemon/web
This commit is contained in:
committed by
Cooper Quintin
parent
ca0151f656
commit
a72e4b2234
@@ -362,7 +362,7 @@ async fn adb_serial_cmd(adb_device: &mut ADBUSBDevice, command: &str) -> Result<
|
||||
|
||||
/// Sends an AT command to the usb device over the serial port
|
||||
///
|
||||
/// First establish a USB handle and context by calling `open_orbic(<T>)
|
||||
/// First establish a USB handle and context by calling `open_orbic()`
|
||||
pub async fn send_serial_cmd(interface: &Interface, command: &str) -> Result<()> {
|
||||
let mut data = String::new();
|
||||
data.push_str("\r\n");
|
||||
|
||||
Reference in New Issue
Block a user