mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(doc): set SOC_BLUFI_SUPPORTED in soc_caps.h for ESP32-C5
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
|
||||
#include "esp_blufi.h"
|
||||
|
||||
#ifndef CONFIG_SOC_BLUFI_SUPPORTED
|
||||
#error "This SOC does not support BLUFI"
|
||||
#endif
|
||||
|
||||
#define EXAMPLE_WIFI_CONNECTION_MAXIMUM_RETRY CONFIG_EXAMPLE_WIFI_CONNECTION_MAXIMUM_RETRY
|
||||
#define EXAMPLE_INVALID_REASON 255
|
||||
#define EXAMPLE_INVALID_RSSI -128
|
||||
|
||||
Reference in New Issue
Block a user