Skip to content

Commit

Permalink
Updated version to 1.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Qvist committed Jun 1, 2020
1 parent e43cb2f commit 4bc42d6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 312 deletions.
2 changes: 1 addition & 1 deletion device.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Version info
#define MAJ_VERSION 0x01
#define MIN_VERSION 0x03
#define MIN_VERSION 0x04

// CPU settings
#define TARGET_CPU m1284p
Expand Down
4 changes: 2 additions & 2 deletions hardware/AFSK.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ typedef struct Afsk
#if BITRATE == 1200
int8_t delayBuf[(ADC_SAMPLESPERBIT / 2 - 1) + 1]; // Actual data storage for said FIFO
#elif BITRATE == 2400
int8_t delayBuf[(7) + 1];
int8_t delayBuf[(ADC_SAMPLESPERBIT / 2 - 1) + 1];
#elif BITRATE == 300
int8_t delayBuf[(9) + 1];
int8_t delayBuf[(ADC_SAMPLESPERBIT / 2 - 1) + 1];
#endif

FIFOBuffer rxFifo; // FIFO for received data
Expand Down
Binary file modified precompiled/OpenModem_AFSK1200.zip
Binary file not shown.
Binary file modified precompiled/OpenModem_AFSK2400.zip
Binary file not shown.
Binary file modified precompiled/OpenModem_AFSK300.zip
Binary file not shown.
309 changes: 0 additions & 309 deletions testkit/audiolevel.py

This file was deleted.

0 comments on commit 4bc42d6

Please sign in to comment.