Changeset - af87b55ed4c6
[Not reviewed]
default
5 1 1
Ethan Zonca - 10 years ago 2016-03-25 22:46:25
ez@ethanzonca.com
Forget old files, add real callsign
7 files changed with 7 insertions and 24 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
new file 100644
 
syntax: glob
 

	
 
*\.o
 
*\.d
lib/jtencode/encode_rs_int.o
Show inline comments
 
deleted file
 
binary diff not shown
lib/jtencode/init_rs_int.o
Show inline comments
 
deleted file
 
binary diff not shown
lib/jtencode/jtencode.o
Show inline comments
 
deleted file
 
binary diff not shown
lib/si5351/si5351.d
Show inline comments
 
deleted file
lib/si5351/si5351.o
Show inline comments
 
deleted file
 
binary diff not shown
src/main.c
Show inline comments
 
@@ -15,9 +15,9 @@ void sysclk_init(void);
 
#define WSPR_TONE_SPACING 146 // ~1.46 Hz
 
#define WSPR_CTC 10672 // CTC value for WSPR
 
 
char call[7] = "N0CALL";
 
char loc[5] = "AA00";
 
uint8_t dbm = 27;
 
char call[7] = "KD8TDF";
 
char loc[5] = "EN72";
 
uint8_t dbm = 10;
 
uint8_t tx_buffer[255];
 
 
0 comments (0 inline, 0 general)