AcThPaU
AcThPaU
`Property 'program.tool.' is undefined` `tools.arduinoOTA.cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA tools.arduinoOTA.program.params.verbose= tools.arduinoOTA.program.params.quiet= tools.arduinoOTA.program.pattern="{cmd}" -address {ip} -port 65280 -username arduino -password password -sketch "{build.path}/{build.project_name}.bin" -upload /sketch -b` `arduinoOTA104.name=Arduino OTA arduinoOTA104.program.tool = arduinoOTA arduinoOTA104.ip=192.168.1.236`
When using WiFi.h from the core: (using example: "WebUpdater.ino") ``` C:\Users\xxx\AppData\Local\Temp\.arduinoIDE-unsaved2022811-16204-iif12u.tkv3r\WebUpdater/WebUpdater.ino:29: undefined reference to `_ZN9WiFiClass5beginEPKcS1_' ``` When using WiFiNINA.h with ArduinoOTA from the core: ``` #include #include ``` ``` C:\Users\xxx\AppData\Local\Arduino15\packages\rp2040\hardware\rp2040\2.5.2\libraries\ArduinoOTA\src\ArduinoOTA.cpp:30:10:...
It is impossible to control relative phase between channels as LEDn_ON and LEDn_OFF registers are not exposed. Please expose LEDn_ON and LEDn_OFF registers and let user customize their own timing...