add raspbian temp
This commit is contained in:
@@ -10,8 +10,6 @@ fn main() {
|
||||
|
||||
device_var::read_env_var();
|
||||
|
||||
println!("Resp Temperature : {}", system_values::get_temperature());
|
||||
|
||||
let mut cli = mqtt_pub::init_cli();
|
||||
|
||||
cli = mqtt_pub::publish_message(cli, "temperature", &system_values::get_temperature().to_string());
|
||||
|
||||
Reference in New Issue
Block a user