diff --git a/software/firmware/binaries/README.md b/software/firmware/binaries/README.md index 97383b601..3375b06fb 100644 --- a/software/firmware/binaries/README.md +++ b/software/firmware/binaries/README.md @@ -193,6 +193,7 @@ The bootloader is capable to self-program an application firmware into the devic 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. +_The illustration below was made for nRF52840 target, but the 'drag-and-drop' procedure for the RP2040 one is very very similar._
diff --git a/software/firmware/source/SoftRF/SoftRF.h b/software/firmware/source/SoftRF/SoftRF.h index 9b0b21b87..58cb27f51 100644 --- a/software/firmware/source/SoftRF/SoftRF.h +++ b/software/firmware/source/SoftRF/SoftRF.h @@ -36,8 +36,8 @@ #endif /* HACKRF_ONE */ #define SOFTRF_IDENT "SoftRF" -#define SOFTRF_FIRMWARE_VERSION "1.0" -#define SOFTRF_USB_FW_VERSION 0x0100 +#define SOFTRF_FIRMWARE_VERSION "1.1" +#define SOFTRF_USB_FW_VERSION 0x0101 #define ENTRY_EXPIRATION_TIME 10 /* seconds */ #define LED_EXPIRATION_TIME 5 /* seconds */ diff --git a/software/firmware/source/SoftRF/src/platform/ASR66.h b/software/firmware/source/SoftRF/src/platform/ASR66.h index 4371fe9d6..a817a8f7b 100644 --- a/software/firmware/source/SoftRF/src/platform/ASR66.h +++ b/software/firmware/source/SoftRF/src/platform/ASR66.h @@ -131,7 +131,7 @@ struct rst_info { #define EXCLUDE_TRAFFIC_FILTER_EXTENSION #define EXCLUDE_LK8EX1 -#define EXCLUDE_GNSS_UBLOX +//#define EXCLUDE_GNSS_UBLOX #define EXCLUDE_GNSS_SONY //#define EXCLUDE_GNSS_MTK #define EXCLUDE_GNSS_GOKE