remove HAL implementation files for v3 and v4, and the build script
This commit is contained in:
@@ -175,12 +175,12 @@ export interface BatteryState {
|
||||
}
|
||||
|
||||
export interface DetectionPlant {
|
||||
a: boolean,
|
||||
b: boolean
|
||||
sensor_a: boolean,
|
||||
sensor_b: boolean
|
||||
}
|
||||
|
||||
export interface DetectionResult {
|
||||
plants: DetectionPlant[]
|
||||
plant: DetectionPlant[]
|
||||
}
|
||||
|
||||
export interface TankInfo {
|
||||
@@ -202,3 +202,4 @@ export interface TankInfo {
|
||||
water_temp: number | null,
|
||||
temp_sensor_error: string | null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user