Update geoclue coordinates

This commit is contained in:
albert 2024-11-24 20:31:22 +01:00
parent 6d900391b1
commit 8da1833c79
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 8 additions and 4 deletions

View file

@ -32,8 +32,12 @@
''; '';
}; };
settings = { settings = {
lat = 52.23; # WAW
lng = 21.01; # lat = 52.23;
# lng = 21.01;
# BFL
lat = 35.3;
lng = -119.1;
dbusserver = true; dbusserver = true;
geoclue = true; geoclue = true;
}; };

View file

@ -4,8 +4,8 @@
image = "ghcr.io/sdr-enthusiasts/docker-piaware:latest"; image = "ghcr.io/sdr-enthusiasts/docker-piaware:latest";
environment = { environment = {
FEEDER_ID = "cdca89ee-6612-4707-b0bb-ffb78d156c47"; FEEDER_ID = "cdca89ee-6612-4707-b0bb-ffb78d156c47";
LAT = "35.6837777585358"; LAT = "52.22";
LONG = "135.02715404216545"; LONG = "21.01";
RECEIVER_TYPE = "rtlsdr"; RECEIVER_TYPE = "rtlsdr";
TZ = "Asia/Tokyo"; TZ = "Asia/Tokyo";
}; };