style: clean up.

This commit is contained in:
Ivan Li 2022-09-12 09:39:28 +08:00
parent 9b40b5dfdd
commit 711306f2c1

View File

@ -12,7 +12,7 @@ use esp_idf_svc::eventloop::{
EspSubscription, EspTypedEventDeserializer, EspTypedEventSerializer, EspTypedEventSource, User,
};
use esp_idf_sys::c_types;
use log::{info, warn, debug};
use log::{warn};
use serde_json::json;
use crate::voltage_detection::{VoltageDetectionWorker, VOLTAGE_EVENTLOOP};