Skip to content

Commit

Permalink
activate APRS-over-LoRa option for certain platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Sep 25, 2023
1 parent 6d3362d commit 0b52a6e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion software/firmware/source/SoftRF/src/platform/ESP32.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ struct rst_info {
#define USE_BLE_MIDI
//#define USE_GDL90_MSL
#define USE_OGN_ENCRYPTION
//#define ENABLE_PROL
#define ENABLE_PROL
//#define ENABLE_REMOTE_ID

//#define EXCLUDE_GNSS_UBLOX /* Neo-6/7/8, M10 */
#define ENABLE_UBLOX_RFS /* revert factory settings (when necessary) */
Expand Down
2 changes: 1 addition & 1 deletion software/firmware/source/SoftRF/src/platform/ESP8266.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ extern Adafruit_NeoPixel strip;
#define EXCLUDE_IMU

/* Experimental */
//#define ENABLE_PROL
#define ENABLE_PROL

#if defined(pgm_read_float_aligned)
#define pgm_read_float(addr) pgm_read_float_aligned(addr)
Expand Down
2 changes: 1 addition & 1 deletion software/firmware/source/SoftRF/src/platform/RP2040.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ struct rst_info {
#define WIFI_STA_TIMEOUT 20000
extern WebServer server;
/* Experimental */
//#define ENABLE_PROL
#define ENABLE_PROL
#else
#define EXCLUDE_WIFI
#define EXCLUDE_BLUETOOTH
Expand Down
2 changes: 1 addition & 1 deletion software/firmware/source/SoftRF/src/platform/nRF52.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ struct rst_info {
//#define EXCLUDE_NUS
//#define EXCLUDE_IMU
#define USE_OGN_ENCRYPTION
//#define ENABLE_PROL
#define ENABLE_PROL

/* FTD-012 data port protocol version 8 and 9 */
#define PFLAA_EXT1_FMT ",%d,%d,%d"
Expand Down
2 changes: 1 addition & 1 deletion software/firmware/source/SoftRF/src/ui/Web.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void handleSettings() {
<option %s value='%d'>%s</option>\
<option %s value='%d'>%s</option>\
<option %s value='%d'>%s</option>\
<!-- <option %s value='%d'>%s</option> -->\
<option %s value='%d'>%s</option>\
</select>\
</td>\
</tr>"),
Expand Down

0 comments on commit 0b52a6e

Please sign in to comment.