File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN git clone https://github.com/miweber67/spyserver_client.git /root/spyserver_
6262# Compile ka9q-radio from source
6363RUN git clone https://github.com/ka9q/ka9q-radio.git /root/ka9q-radio && \
6464 cd /root/ka9q-radio && \
65- git checkout d0febaa033e1d53b9b53078cfe17457ac3676d20 && \
65+ git checkout 4025a34db6e88dce87b8f67c7eb9cc339b920261 && \
6666 make \
6767 -f Makefile.linux \
6868 ARCHOPTS= \
Original file line number Diff line number Diff line change 1212# MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus.
1313# PATCH - Small changes, or minor feature additions.
1414
15- __version__ = "1.8.1 "
15+ __version__ = "1.8.2-beta1 "
1616
1717# Global Variables
1818
Original file line number Diff line number Diff line change @@ -1511,6 +1511,7 @@ <h2 style="display:inline;vertical-align:middle;">Set Pagination Size</h2>
15111511 < option value ="8 "> Eight</ option >
15121512 < option value ="9 "> Nine</ option >
15131513 < option value ="10 "> Ten</ option >
1514+ < option value ="999 "> All</ option >
15141515 </ select >
15151516 </ div >
15161517 < br >
You can’t perform that action at this time.
0 commit comments