chore: 📎 + fmt
This commit is contained in:
@@ -89,7 +89,7 @@ pub enum BatteryBoardVersion {
|
||||
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Default)]
|
||||
pub enum BoardVersion {
|
||||
#[default]
|
||||
INITIAL,
|
||||
Initial,
|
||||
V3,
|
||||
V4,
|
||||
}
|
||||
@@ -135,7 +135,7 @@ pub struct PlantConfig {
|
||||
impl Default for PlantConfig {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
mode: PlantWateringMode::OFF,
|
||||
mode: PlantWateringMode::Off,
|
||||
target_moisture: 40.,
|
||||
min_moisture: 30.,
|
||||
pump_time_s: 30,
|
||||
|
||||
Reference in New Issue
Block a user