Skip to content

Commit

Permalink
V1.1.0 candidate (#128)
Browse files Browse the repository at this point in the history
* v1.1.0-draft

* Update README.md

v1.1.0
  • Loading branch information
ik1xpv authored Dec 29, 2020
1 parent 25b82e8 commit 07945c9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 514 deletions.
Binary file removed Archive/ExtIO_sddc_v1.1RC1.zip
Binary file not shown.
340 changes: 0 additions & 340 deletions Archive/LICENSE/COPYING_libftw.txt

This file was deleted.

19 changes: 0 additions & 19 deletions Archive/LICENSE/COPYRIGHT_libfftw.txt

This file was deleted.

23 changes: 0 additions & 23 deletions Archive/LICENSE/LICENSE_ExtIO_sddc.txt

This file was deleted.

76 changes: 0 additions & 76 deletions Archive/LICENSE/README_ExtIO_sddc.txt

This file was deleted.

54 changes: 0 additions & 54 deletions Archive/LICENSE/README_libfftw.txt

This file was deleted.

2 changes: 1 addition & 1 deletion Core/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inline void null_func(const char *format, ...) { }
#endif

#define VERSION (1.1) // Dll version number x.xx

#define SWVERSION "1.1.0"
#define SETTINGS_IDENTIFIER "sddc_1.04"
#define SWNAME "ExtIO_sddc.dll"

Expand Down
2 changes: 1 addition & 1 deletion ExtIO_sddc/ExtIO_sddc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ int64_t EXTIO_API StartHW64(int64_t LOfreq)
uint8_t hb, lb;
hb = fw >> 8;
lb = (uint8_t) fw;
sprintf(ebuffer, "%s v%0.1f RC1 | FX3 v%d.%02d | %s ",SWNAME, VERSION ,hb,lb, RadioHandler.getName() );
sprintf(ebuffer, "%s v%s | FX3 v%d.%02d | %s ",SWNAME, SWVERSION ,hb,lb, RadioHandler.getName() );
SetWindowText(h_dialog, ebuffer);
EXTIO_STATUS_CHANGE(pfnCallback, extHw_RUNNING);
}
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## ExtIO_sddc.dll (software digital down converter) - Oscar Steila, ik1xpv

### tag v1.1.0 Version "V1.1.0" date 29/12/2020
- Fix the round of rf/if gains in the UI #109
- Fix sounds like clipping, on strong stations #120
- Fix reboot of FX3 #119

So far the known issues:
- The reference frequency correction via HDSDR -> Options -> Calibration Settings ->LO Frequency Calibration doesn't work correctly. This problem will be addressed in the next release.

### tag v1.1RC1 Version "V1.1 RC1" date 20/12/2020
- Supports 128M ADC sampling rate selectable via the dialog GUI ( Justin Peng and Howard Su )
- Use of libsddc allows development of Linux support and Soapy integration ( Franco Venturi https://github.com/fventuri/libsdd)
Expand Down

0 comments on commit 07945c9

Please sign in to comment.