# HG changeset patch # User Ethan Zonca # Date 2017-10-14 13:36:10 # Node ID 145ff3003e1e39da7e32c910d39c30eed0e7f37b # Parent 0a0719c60fff2341d583d14ab9d7fff24469f9fa Fixed extended stuff! Changed ID to hopefully unused one. Power is still superlow. diff --git a/src/wspr.c b/src/wspr.c --- a/src/wspr.c +++ b/src/wspr.c @@ -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);