Skip to content

Commit c600929

Browse files
committed
Add missing definitions
1 parent fa74767 commit c600929

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: tools/sdk/include/config/sdkconfig.h

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* Espressif IoT Development Framework Configuration
55
*
66
*/
7+
#define CONFIG_ARDUINO_RUNNING_CORE 1
8+
#define CONFIG_ARDUINO_EVENT_RUNNING_CORE 1
9+
#define CONFIG_ARDUINO_UDP_RUNNING_CORE 1
710
#define CONFIG_GATTC_ENABLE 1
811
#define CONFIG_ESP32_PHY_MAX_TX_POWER 20
912
#define CONFIG_TRACEMEM_RESERVE_DRAM 0x0

0 commit comments

Comments
 (0)