3.25_433_RX版本:使用cubemx根据项目设计硬件配置完成,且在板卡上运行成功:测试433模块TX模式/RX模式功能正常,符合预期

This commit is contained in:
2026-03-25 17:08:18 +08:00
parent 1c6ff020e9
commit f548593c59
111 changed files with 8928 additions and 5201 deletions

View File

@ -28,7 +28,7 @@ extern "C" {
#define RF433_MODE_BOTH 3
#ifndef RF433_MODE
#define RF433_MODE RF433_MODE_TX
#define RF433_MODE RF433_MODE_RX
#endif
/* ============================================================================
@ -56,7 +56,7 @@ extern "C" {
* @brief 默认发送次数
*/
#ifndef RF433_DEFAULT_TX_COUNT
#define RF433_DEFAULT_TX_COUNT 100
#define RF433_DEFAULT_TX_COUNT 10
#endif
/* ============================================================================