mirror of
https://github.com/eddyem/bta-meteo-logger.git
synced 2026-03-20 08:40:58 +03:00
fixed
This commit is contained in:
@@ -56,7 +56,7 @@ void send_data(unsigned char stat_mask){
|
||||
char s_time[32];
|
||||
monit_d data;
|
||||
if(!only_extr){
|
||||
printf("OT - %s\nIT - %s\nMT - %s\nWS - %s\nP - %s\nH - %s\nS - %s\n\n",
|
||||
printf("OT - %s\nIT - %s\nMT - %s\nWS - %s\nP - %s\nH - %s\nS - %s (0 - off, 1 - guiding, 2 - ready, 3 - moving, 4 - opened)\n\n",
|
||||
_L(_s_Otemp_), _L(_s_Itemp_), _L(_s_Mtemp_),
|
||||
_L(_s_WSpeed_), _L(_s_Pressure_), _L(_s_Humidity_),
|
||||
_L(_s_State_));
|
||||
|
||||
Reference in New Issue
Block a user