![]() |
RSeries astromech firmware
|
#include "sdkconfig.h"#include "esp_log.h"#include "esp_bt.h"#include "esp_bt_main.h"#include "esp_bt_device.h"#include "esp_gap_bt_api.h"#include "esp_spp_api.h"#include "bt/private/stack/gap_api.h"#include "bt/private/stack/bt_types.h"#include "bt/private/stack/l2c_api.h"#include "bt/private/stack/btm_api.h"#include "bt/private/osi/allocator.h"#include "PSController.h"
Include dependency graph for PSControllerInternal.h:Go to the source code of this file.
Macros | |
| #define | ESP_IDF_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch)) |
| Check if the project is configured properly. More... | |
| #define | ESP_IDF_VERSION |
| #define ESP_IDF_VERSION |
| #define ESP_IDF_VERSION_VAL | ( | major, | |
| minor, | |||
| patch | |||
| ) | ((major << 16) | (minor << 8) | (patch)) |
Check if the project is configured properly.
Check the configured blueooth mode