Per Tillisch
Per Tillisch
Do you get the same problem if you upload this super simple sketch? ```cpp void setup() { Serial.begin(9600); } void loop() { Serial.println("hello"); delay(1000); } ````
>If I press Mac+A to select all. It selects my code. I think we have been using https://github.com/arduino/arduino-ide/issues/105 to track the lack of correct Select All capability: >We get copy/paste/find/select-all...
@bmitov responded to @maidnl's question on a different issue: > I need to be able to enable the serial, use it as serial, then disable, control the pins, and later...
I have copied your response from https://github.com/arduino/ArduinoCore-renesas/issues/464 to this issue @bmitov. I have unlocked the issue in order to allow you to provide any additional information that might be requested....
Hi @ednieuw. > Just compile a sketch --> gives errors It doesn't give errors for me, so we're going to need you to provide more information. Please do this: 1....
@dependabot rebase
The situation is discussed in @thechordmaster's Arduino Forum topic here: https://forum.arduino.cc/t/trying-to-get-a-can-fd-controller-to-work-with-h7-and-breakout/1350708
Thanks for your report @jantje. I am not able to reproduce it. When I install the platform it is installed to the expected path: ```text /packages/esp8266/hardware/esp8266/2.1.2 ``` I see you...
>it is related to this https://github.com/arduino-libraries/ArduinoBLE/pull/376#issuecomment-2522983728 Correct, and I already fixed the problem in https://github.com/arduino-libraries/ArduinoBLE/pull/382. So the PR only needs to be rebased, which will trigger a new spell check...
We are supporting @terrypin999's request over on Arduino Forum: https://forum.arduino.cc/t/confuision-again-re-spencekonde-attinycore-status/1319511