Fix sdkconfig
This commit is contained in:
parent
0f62898bae
commit
6378731cbc
3 changed files with 4 additions and 2 deletions
2
.github/workflows/pio_build.yml
vendored
2
.github/workflows/pio_build.yml
vendored
|
@ -13,7 +13,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -15,4 +15,5 @@ CONFIG_ARDUHAL_PARTITION_SCHEME="default"
|
||||||
CONFIG_AUTOCONNECT_WIFI=y
|
CONFIG_AUTOCONNECT_WIFI=y
|
||||||
CONFIG_ARDUINO_SELECTIVE_WiFi=y
|
CONFIG_ARDUINO_SELECTIVE_WiFi=y
|
||||||
CONFIG_MBEDTLS_PSK_MODES=y
|
CONFIG_MBEDTLS_PSK_MODES=y
|
||||||
CONFIG_MBEDTLS_KEY_EXCHANGE_PSK=y
|
CONFIG_MBEDTLS_KEY_EXCHANGE_PSK=y
|
||||||
|
CONFIG_FREERTOS_HZ=1000
|
|
@ -8,6 +8,7 @@
|
||||||
#include <freertos/task.h>
|
#include <freertos/task.h>
|
||||||
#include <driver/gpio.h>
|
#include <driver/gpio.h>
|
||||||
#include "sdkconfig.h"
|
#include "sdkconfig.h"
|
||||||
|
// IDF
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include "xtensa/core-macros.h"
|
#include "xtensa/core-macros.h"
|
||||||
|
|
Loading…
Reference in a new issue