We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa74767 commit c600929Copy full SHA for c600929
tools/sdk/include/config/sdkconfig.h
@@ -4,6 +4,9 @@
4
* Espressif IoT Development Framework Configuration
5
*
6
*/
7
+#define CONFIG_ARDUINO_RUNNING_CORE 1
8
+#define CONFIG_ARDUINO_EVENT_RUNNING_CORE 1
9
+#define CONFIG_ARDUINO_UDP_RUNNING_CORE 1
10
#define CONFIG_GATTC_ENABLE 1
11
#define CONFIG_ESP32_PHY_MAX_TX_POWER 20
12
#define CONFIG_TRACEMEM_RESERVE_DRAM 0x0
0 commit comments