RadioLib/examples/NonArduino
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
..
ESP-IDF refactor: Use sdkconfig.defaults for ESP-IDF example 2025-06-23 19:56:28 +08:00
Pico [HAL] Add macro guards to PicoHal 2025-05-29 17:31:27 +02:00
Raspberry [HAL] HALs in src (#1281) 2024-10-20 19:14:33 +02:00
Tock hal: Tock: Namespace HAL, update timer implementation and update libtock-c (#1313) 2024-11-14 18:51:00 +01:00