kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
				
				
				
			Merge pull request #989 from ke5gdb/testing
Add "All" option to pagination size dropdownpull/995/head
						commit
						e71a161625
					
				| 
						 | 
				
			
			@ -62,7 +62,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 d0febaa033e1d53b9b53078cfe17457ac3676d20 && \
 | 
			
		||||
  git checkout 4025a34db6e88dce87b8f67c7eb9cc339b920261 && \
 | 
			
		||||
  make \
 | 
			
		||||
    -f Makefile.linux \
 | 
			
		||||
    ARCHOPTS= \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,7 +12,7 @@ from queue import Queue
 | 
			
		|||
# MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus.
 | 
			
		||||
# PATCH - Small changes, or minor feature additions.
 | 
			
		||||
 | 
			
		||||
__version__ = "1.8.1"
 | 
			
		||||
__version__ = "1.8.2-beta1"
 | 
			
		||||
 | 
			
		||||
# Global Variables
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1511,6 +1511,7 @@
 | 
			
		|||
                    <option value="8">Eight</option>
 | 
			
		||||
                    <option value="9">Nine</option>
 | 
			
		||||
                    <option value="10">Ten</option>
 | 
			
		||||
                    <option value="999">All</option>
 | 
			
		||||
                </select>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <br>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue