arduino-esp32
arduino-esp32 copied to clipboard
Local Control not enabled
Board
Any
Device Description
Any
Hardware Configuration
none
Version
v2.0.4
IDE Name
Arduino
Operating System
Windows 10
Flash frequency
40
PSRAM enabled
no
Upload speed
115200
Description
Local control does not seem to be enabled. Please can the next version be compiled with this enabled.
Sketch
None required. The setting is in the compiled library
Debug Message
None required
Other Steps to Reproduce
Of course it works using IDF - its even a default in the current menuconfig
I have checked existing issues, online documentation and the Troubleshooting Guide
- [X] I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@me-no-dev - Any opinion about it - could it be included for 2.0.5 or 2.1.0?
@JohnMacrae Thanks for the idea. We will check if enabling it will cause any problems in Arduino and if not, we will enable this and include it in Arduino Lib-builder.
@VojtechBartoska @SuGlider local control support has been added or not?
No support in the Arduino Core.
It is possible to add Local Control by using Arduino as IDF Component in the project, calling its IDF API within the Arduino Sketch.
It would be necessary to set it up using IDF Menuconfig and then building the project.