Puhhhhh... Wer hat denn den letzten Build gemacht? 

lrnzo via Dev <dev@lists.ffnw.de> schrieb am Fr., 27. Apr. 2018, 23:42:
Hallo Leute,

mir fiel gerade auf, dass der uci Befehl, den man sich über den geopicker auf der map.ffnw.de ausgeben lassen kann, nicht mehr so 100% auf die Config in unserer aktuellen Firmware passt. Man bekommt bspw.

uci set gluon-node-info.@location[0]='location';
uci set gluon-node-info.@location[0].share_location='1';
uci set gluon-node-info.@location[0].static_location='1';
uci set gluon-node-info.@location[0].latitude='egal';
uci set gluon-node-info.@location[0].longitude='egal';
uci commit gluon-node-info

aber in der Firmware habe ich folgendes:

uci show | grep location
geolocator.settings.auto_location='0'
geolocator.settings.static_location='1'
gluon-node-info.location=location
gluon-node-info.location.altitude='egal'
gluon-node-info.location.latitude='egal'
gluon-node-info.location.share_location='1'
gluon-node-info.location.longitude='egal'
uhttpd.px5g.location='Berlin'

Will heißen, der Wert static_location steht mittlerweile nicht mehr unter gluon-node-info.@location[0] sondern unter geolocator.settings, wie auch der Wert  auto_lacotion. Vielleicht sollte das in der Map mal entsprechend angepasst werden?

Ab welcher Firmwareversion das nicht mehr passt, habe ich jetzt nicht geprüft.

LG Lorenz

_______________________________________________
Dev mailing list -- dev@lists.ffnw.de
To unsubscribe send an email to dev-leave@lists.ffnw.de