Skip to content

Commit

Permalink
[nRF52] do not build RadioLib with MBED target
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Nov 6, 2024
1 parent f8eb202 commit 9a8ba95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@ Generic<br>NMEA|[Standalone](https://github.com/lyusupov/SoftRF/wiki/Standalone-

<p><img src="https://github.com/lyusupov/SoftRF/blob/master/documents/images/ham-24.jpg" width="800"></p>

* [**Cozy Edition**](https://github.com/lyusupov/SoftRF/wiki/Cozy-Edition) ![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/new-icon.jpg)

![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/Cozy-1.jpg)

* [**Midi Edition**](https://github.com/lyusupov/SoftRF/wiki/Midi-Edition) ![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/hot_icon.jpg)

![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/midi-9.jpg)
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 @@ -237,7 +237,6 @@ struct rst_info {

#define USE_BASICMAC
//#define EXCLUDE_SX1276 // - 3 kb
#define USE_RADIOLIB

//#define USE_OLED // + kb
//#define EXCLUDE_OLED_BARO_PAGE
Expand All @@ -264,6 +263,7 @@ struct rst_info {
#define ENABLE_REMOTE_ID
#define USE_EXT_I2S_DAC
#define USE_TFT
#define USE_RADIOLIB
//#define ENABLE_RECORDER
#else
#undef USE_EPAPER
Expand Down

0 comments on commit 9a8ba95

Please sign in to comment.