Changeset - 145ff3003e1e
[Not reviewed]
default
0 1 0
Ethan Zonca - 8 years ago 2017-10-14 13:36:10
ez@ethanzonca.com
Fixed extended stuff! Changed ID to hopefully unused one. Power is still superlow.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/wspr.c
Show inline comments
 
@@ -105,7 +105,7 @@ void wspr_transmit(uint8_t* grid_locator
 

	
 

	
 
        // Static set ID
 
        call[2] = '4'; // balloon ID #4
 
        call[2] = '3'; // balloon ID #4
 

	
 
        // Subtract off previous portion
 
        subalt -= (chunk * 26 * 26 * 26);
 
@@ -198,7 +198,7 @@ void wspr_transmit(uint8_t* grid_locator
 
        chunk = engdata / 19;  
 

	
 
        // Encode
 
        loc[3] = chunk;
 
        loc[3] = '0' + chunk;
 

	
 
        // Subtract
 
        engdata -= (chunk * 19);  
0 comments (0 inline, 0 general)