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.
* [LoRaWAN] Fix for incorrect use of dutycycle function
* [LoRaWAN] Implement TSxxx package support
And fix an MIC problem for >16-bit downlink FCnt
* Revert unused error code
* [LoRaWAN] Add TS009 example
* [LoRaWAN] Comment a platform dependency in TS009 header
* [LoRaWAN] Make TSxxx example platform independent
* [LoRaWAN] Remove unused variable
* [LoRaWAN] Remove printf from example
* [LoRaWAN] Fix scope of variables
* [LoRaWAN] Remove printf from example
* [LoRaWAN] Fix cppcheck issue
* [LoRaWAN] Feedback improvements
- `setOutputPower()` now accepts a `rampTimeUs` argument
- `roundRampTime()` rounds up the ramp time to a discerte register value
supported by the LR11X0 module.
* [SX126x] Add unified RxContinuous timeout
* [SX127x] Add unified RxContinuous timeout
* [SX128x] Add unified RxContinuous timeout
* [LR11x0] Add unified RxContinuous timeout
* [LoRaWAN] Implement Class C
* [LoRaWAN] Fix cppcheck issue
* [LoRaWAN] Add a few comments
* [LoRaWAN] Add a few more comments
* [LoRaWAN] Improve debug line
* [LoRaWAN] Prohibit class switching before join
* [LoRaWAN] Fix Class C downlink details
* [LoRaWAN] Implement Class C multicast
* Update keywords.txt
* [LoRaWAN] Fix error codes in examples
* [LoRaWAN] Declare Multicast key arguments `const`
* [LoRaWAN] Small fixes for Class C
* [LoRaWAN] Small fixes for Class C
* [LoRaWAN] Fix Class C feedback