RadioLib/examples
Darian Leung ed67ef372a
refactor: Use sdkconfig.defaults for ESP-IDF example
ESP-IDF allows projects to specify a sdkconfig.defaults values which contain
preset values for configuration options of relevance to the project. This
allows ESP-IDF to use those presets while supplying default values for all
other configuration options, when generting the final sdkconfig file.

Changes:

- Ran `idf.py save-defconfig` to find non-default value configs. Saved
relevant ones to `sdkconfig.defaults`
- Removed `sdkconfig` file
- Added `sdkconfig` to `.gitignore` as ESP-IDF will generate a `sdkconfig`
based on `sdkconfig.defaults` when building.
2025-06-23 19:56:28 +08:00
..
AFSK Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
APRS [APRS] Added repeaters (#1285) 2024-10-23 18:06:35 +01:00
AX25 Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
BellModem/BellModem_Transmit Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
CC1101 [CC1101] FIFO Refills to transmit packets up to 255 bytes (#1404) 2025-02-13 17:20:56 +01:00
FSK4 Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
Hellschreiber Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
LR11x0 [LR11x0] Fixed order of ISR functions in examples 2024-11-19 18:51:42 +01:00
LoRaWAN [LoRaWAN] Provide support for TSxxx packages (including TS009 reference implementation) (#1528) 2025-06-21 15:48:30 +02:00
Morse Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
NonArduino refactor: Use sdkconfig.defaults for ESP-IDF example 2025-06-23 19:56:28 +08:00
Pager Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
PhysicalLayer/PhysicalLayer_Interface Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
RF69 [RF69] Fixed order of ISR functions in examples 2024-11-19 18:51:57 +01:00
RTTY Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
SSTV Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
STM32WLx [STM32WLx] Fixed order of ISR functions in examples 2024-11-19 18:52:10 +01:00
SX123x Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
SX126x [SX126x] Add LR-FHSS interrupt transmit example 2025-01-29 21:14:36 +01:00
SX127x [SX127x] Fixed order of ISR functions in examples 2024-11-19 18:52:21 +01:00
SX128x [SX128x] Fixed order of ISR functions in examples 2024-11-19 18:52:27 +01:00
Si443x [Si443x] Fixed order of ISR functions in examples 2024-11-19 18:52:02 +01:00
Stream Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
nRF24 [nRF24] Fixed order of ISR functions in examples 2024-11-19 18:51:49 +01:00