RadioLibSmol/src/modules/CC1101
James Smith e20058c93c
[CC1101] Data shaping and encoding params in right order
For some reason, the `RADIOLIB_SHAPING_NONE` was being passed to `setEncoding` and `RADIOLIB_ENCODING_NRZ` was being passed to `setDataShaping`. Flipped these to be passed to the correct functions.

Note: These are both defined as `0x00` so this should have no impact on functionality, just makes initialization less confusing.
2022-03-24 10:30:45 -07:00
..
CC1101.cpp [CC1101] Data shaping and encoding params in right order 2022-03-24 10:30:45 -07:00
CC1101.h Use protected overloads that accept the sync mode to avoid code duplication 2022-03-04 09:45:14 +01:00