Skip to content

Commit ee5086b

Browse files
committed
Current state is good enough to qualify it as Release 1.1
1 parent d559ec5 commit ee5086b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

software/firmware/binaries/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ The bootloader is capable to self-program an application firmware into the devic
193193

194194
7. Drag the downloaded firmware file by your pointing device (mouse, trackball,...) , then drop it into **RPI-RP2** disk. Wait until the file transfer is complete.
195195

196+
_The illustration below was made for nRF52840 target, but the 'drag-and-drop' procedure for the RP2040 one is very very similar._
196197
<br>
197198

198199
<img src="https://github.com/lyusupov/SoftRF/raw/master/documents/images/Badge-2.jpg" height="302" width="800">

software/firmware/source/SoftRF/SoftRF.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
#endif /* HACKRF_ONE */
3737

3838
#define SOFTRF_IDENT "SoftRF"
39-
#define SOFTRF_FIRMWARE_VERSION "1.0"
40-
#define SOFTRF_USB_FW_VERSION 0x0100
39+
#define SOFTRF_FIRMWARE_VERSION "1.1"
40+
#define SOFTRF_USB_FW_VERSION 0x0101
4141

4242
#define ENTRY_EXPIRATION_TIME 10 /* seconds */
4343
#define LED_EXPIRATION_TIME 5 /* seconds */

software/firmware/source/SoftRF/src/platform/ASR66.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ struct rst_info {
131131
#define EXCLUDE_TRAFFIC_FILTER_EXTENSION
132132
#define EXCLUDE_LK8EX1
133133

134-
#define EXCLUDE_GNSS_UBLOX
134+
//#define EXCLUDE_GNSS_UBLOX
135135
#define EXCLUDE_GNSS_SONY
136136
//#define EXCLUDE_GNSS_MTK
137137
#define EXCLUDE_GNSS_GOKE

0 commit comments

Comments
 (0)