Update main.c change space alt to 1000

pull/392/head
Alan Johnston 4 months ago committed by GitHub
parent cfea0c4b4a
commit 4b4efa99fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -383,7 +383,7 @@ int main(int argc, char * argv[]) {
sensor[PRES] = 0;
strcpy(sensor_string[PRES], "0.0");
sensor[ALT] = 109343;
strcpy(sensor_string[ALT], "109343");
strcpy(sensor_string[ALT], "1000");
sensor[HUMI] = 0;
strcpy(sensor_string[HUMI], "0.0");
sensor[TEMP] = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.