probalby found most of the import related stuff, now the real refactor begins

This commit is contained in:
2025-09-12 00:05:52 +02:00
parent 242e748ca0
commit 0d495d0f56
8 changed files with 24 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ use anyhow::{anyhow, bail, Context};
use chrono::{DateTime, Utc};
use serde::Serialize;
use alloc::{vec::Vec, string::String};
use alloc::{vec::Vec, string::{String, ToString}};
#[link_section = ".rtc.data"]
static mut LAST_WATERING_TIMESTAMP: [i64; PLANT_COUNT] = [0; PLANT_COUNT];