added first_time_sstv

pico-v0.13
alanbjohnston 3 years ago committed by GitHub
parent 814dba23ec
commit 471631c82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -270,6 +270,7 @@ float Sensor2 = 0;
void eeprom_word_write(int addr, int val); void eeprom_word_write(int addr, int val);
short eeprom_word_read(int addr); short eeprom_word_read(int addr);
int first_time = true; int first_time = true;
int first_time_sstv = true;
int first_read = true; int first_read = true;
float T2 = 27; // Temperature data point 1 float T2 = 27; // Temperature data point 1
float R2 = 170; // Reading data point 1 float R2 = 170; // Reading data point 1

Loading…
Cancel
Save

Powered by TurnKey Linux.