diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-10-30 12:55:01 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-10-30 12:55:01 +0100 |
commit | 9af7039353c25b8a24861491cdfac81353b86ef7 (patch) | |
tree | 929b747c768cfbd2cf08f7cf5207e1f3339678b7 /src/common/Core/fsm.h | |
parent | ed3ba0ee7d8546711be9d4c800dc4f4f0a81aedf (diff) | |
download | glutte-o-matic-9af7039353c25b8a24861491cdfac81353b86ef7.tar.gz glutte-o-matic-9af7039353c25b8a24861491cdfac81353b86ef7.tar.bz2 glutte-o-matic-9af7039353c25b8a24861491cdfac81353b86ef7.zip |
Add bonne annee
Diffstat (limited to 'src/common/Core/fsm.h')
-rw-r--r-- | src/common/Core/fsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Core/fsm.h b/src/common/Core/fsm.h index 4921f04..5fad22a 100644 --- a/src/common/Core/fsm.h +++ b/src/common/Core/fsm.h @@ -81,8 +81,8 @@ struct fsm_input_signals_t { int qrp; // The relay is currently running with low power int hour_is_even; // 1 if hour is even int send_stats; // 1 if the balise should contain stats + int bonne_annee; // 1 if BONNE ANNEE should be sent in short beacons float temp; // temperature in degrees C - float humidity; // relative humidity, range [0-100] % int wind_generator_ok; // false if the generator is folded out of the wind int discrim_d; // FM discriminator says RX is too low in frequency int button_1750; // Front panel button 1750Hz |