main/task_ina219.h

changeset 5
b1f38105ca7e
parent 3
e5d91caa6ab4
child 6
bad3414f7bc4
--- a/main/task_ina219.h	Wed Mar 29 21:39:07 2023 +0200
+++ b/main/task_ina219.h	Thu Mar 30 17:05:05 2023 +0200
@@ -38,15 +38,6 @@
     bool		fake;			///< Fake measurement
     INA219_tt		Battery;		///< Battery measurement
     INA219_tt		Solar;			///< Solar measurement
-    float		s_Volts[I_MAX_LOOPS];
-    float		s_Current[I_MAX_LOOPS];
-    float		b_Volts[I_MAX_LOOPS];
-    float		b_Current[I_MAX_LOOPS];
-    bool		m_Valid[I_MAX_LOOPS];
-    time_t		m_Time[I_MAX_LOOPS];
-    time_t		gLastTime;
-    uint8_t		loopno;
-    uint8_t		loops;
     uint8_t		tries;
     int			error;			///< Error result
 } INA219_State;

mercurial