arduino-esp32 icon indicating copy to clipboard operation
arduino-esp32 copied to clipboard

Local Control not enabled

Open JohnMacrae opened this issue 3 years ago • 4 comments

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.

JohnMacrae avatar Jul 14 '22 21:07 JohnMacrae

@me-no-dev - Any opinion about it - could it be included for 2.0.5 or 2.1.0?

SuGlider avatar Jul 16 '22 22:07 SuGlider

@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 avatar Jul 18 '22 12:07 VojtechBartoska

@VojtechBartoska @SuGlider local control support has been added or not?

maxakash avatar Feb 15 '24 05:02 maxakash

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.

SuGlider avatar Feb 15 '24 11:02 SuGlider