Fix sdkconfig
This commit is contained in:
parent
0f62898bae
commit
6378731cbc
3 changed files with 4 additions and 2 deletions
|
@ -16,3 +16,4 @@ CONFIG_AUTOCONNECT_WIFI=y
|
|||
CONFIG_ARDUINO_SELECTIVE_WiFi=y
|
||||
CONFIG_MBEDTLS_PSK_MODES=y
|
||||
CONFIG_MBEDTLS_KEY_EXCHANGE_PSK=y
|
||||
CONFIG_FREERTOS_HZ=1000
|
|
@ -8,6 +8,7 @@
|
|||
#include <freertos/task.h>
|
||||
#include <driver/gpio.h>
|
||||
#include "sdkconfig.h"
|
||||
// IDF
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "xtensa/core-macros.h"
|
||||
|
|
Loading…
Reference in a new issue