kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Merge remote-tracking branch 'upstream/testing' into testing
commit
09cac588ec
|
|
@ -61,7 +61,7 @@ RUN git clone https://github.com/miweber67/spyserver_client.git /root/spyserver_
|
|||
# Compile ka9q-radio from source
|
||||
RUN git clone https://github.com/ka9q/ka9q-radio.git /root/ka9q-radio && \
|
||||
cd /root/ka9q-radio && \
|
||||
git checkout 770f988955a0dfb380b71d4cf58529cc6f824e67 && \
|
||||
git checkout 541c15849cbe59694770ca1b2bbad1835ad3667f && \
|
||||
make \
|
||||
-f Makefile.linux \
|
||||
"COPTS=-std=gnu11 -pthread -Wall -funsafe-math-optimizations -fno-math-errno -fcx-limited-range -D_GNU_SOURCE=1" \
|
||||
|
|
|
|||
|
|
@ -141,6 +141,7 @@ def ka9q_get_iq_cmd(
|
|||
_cmd = (
|
||||
f"pcmcat "
|
||||
f"-s {round(frequency / 1000)}{ssrc} "
|
||||
f"-b 1 "
|
||||
f"{_pcm_host} |"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -740,6 +740,11 @@
|
|||
}
|
||||
mymap.invalidateSize();
|
||||
}
|
||||
|
||||
table.on("pageLoaded", function(pageno) {
|
||||
mymap.invalidateSize();
|
||||
});
|
||||
|
||||
// Invalidate map size to fix problems with elements resizing.
|
||||
mymap.invalidateSize();
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue