From 471631c82af366c83de8bee0d143e896e26bb788 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 9 Aug 2022 04:05:29 -0400 Subject: [PATCH] added first_time_sstv --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 7ef65eee..4d483857 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -270,6 +270,7 @@ float Sensor2 = 0; void eeprom_word_write(int addr, int val); short eeprom_word_read(int addr); int first_time = true; +int first_time_sstv = true; int first_read = true; float T2 = 27; // Temperature data point 1 float R2 = 170; // Reading data point 1