add to stellarium daemon debug port @10001

This commit is contained in:
2020-03-02 08:28:53 +03:00
parent bd09ecef90
commit 33185e174a
11 changed files with 226 additions and 109 deletions

View File

@@ -62,8 +62,8 @@ int getPlace(placeData *p){
int getWeath(placeWeather *w){
if(!w) return 0;
w->relhum = 0.7;
w->tc = 0.;
w->php = 780.;
w->tc = 1.;
w->php = 78.; // temporary, to fix bug of firmware
return 0;
}
int getDUT(almDut *a){