mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 00:48:11 +01:00 
			
		
		
		
	fix low PI RDS callsign decoding
This commit is contained in:
		| @@ -408,6 +408,11 @@ namespace rds { | ||||
|             rest /= 26; | ||||
|         } | ||||
|  | ||||
|         // Pad with As | ||||
|         while (restStr.size() < 3) { | ||||
|             restStr += 'A'; | ||||
|         } | ||||
|  | ||||
|         // Reorder chars | ||||
|         for (int i = restStr.size() - 1; i >= 0; i--) { | ||||
|             callsign += restStr[i]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user