mirror of
				https://github.com/kemenril/iR-APRSISD.git
				synced 2025-03-05 20:51:35 -08:00 
			
		
		
		
	Fixed comment/SMS duplication bug.
This commit is contained in:
		
							parent
							
								
									8320a2c01f
								
							
						
					
					
						commit
						064f144955
					
				|  | @ -294,7 +294,7 @@ def sendAPRS(device, DevID, ARPreamble, tstamp, lat, long, alt, course, speed, c | |||
| 
 | ||||
|     | ||||
| 	pos		= ''.join([slat,conf['APRS']['Separator'],slong,conf['APRS']['Symbol']]) | ||||
| 	gateInfo	= ''.join([" ", comment, " : ", NAME, " v", REV, " : ", platform.system(), " on ", platform.machine(), " : "]) | ||||
| 	gateInfo	= ''.join([" : ", NAME, " v", REV, " : ", platform.system(), " on ", platform.machine(), " : "]) | ||||
| 	 | ||||
| 	if device: | ||||
| 		gateInfo = gateInfo + device | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue