add assembly images
This commit is contained in:
parent
08c524d7d7
commit
5e551355ad
4 changed files with 15 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::io::{BufRead, BufReader};
|
||||
|
||||
const IOT_BIND_ADDR: &str = "192.168.0.108:13122";
|
||||
const IOT_BIND_ADDR: &str = "0.0.0.0:13122";
|
||||
//const HTTP_BIND_ADDR: &str = "192.168.0.108:80";
|
||||
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue