Update main.c sim no atmosphere 1000

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.