Per Tillisch

Results 1081 comments of Per Tillisch

The library does not, nor from the commit history has it ever had that problem. In fact, it doesn't even contain a file named PIDlib.cpp.

@Rocketct the lines in question are still there: https://github.com/arduino-libraries/Arduino_LSM6DS3/blob/5ab6cab7c6f45c7496cf64f6a7ff3e46391c79c5/src/LSM6DS3.cpp#L67-L68 I see you merged the pull request which was stated as resolving this, but that pull request contained 0 commits at...

As I brought up in https://github.com/arduino-libraries/Mouse/pull/13#issuecomment-598643770: One thing to note is that this example already comes bundled with the Arduino IDE (and Arduino Web Editor) under **[File > Examples >...

This still isn't done: >Please spell the sketch name the same as in the existing example sketch: KeyboardAndMouseControl

Hi @Toy-Jie. Thanks for your report. The fault is the same as https://github.com/arduino/arduino-ide/issues/1438. However, the path to the fault is different in that https://github.com/arduino/arduino-ide/issues/1438 is about the IDE not starting...

I think loathingKernel is correct about the bootloader differences, though it's been so long I really don't remember. Comparison of my fork to this repo: https://github.com/loathingKernel/Ariadne-Bootloader/compare/master...per1234:ariadne vice-versa: https://github.com/per1234/Ariadne-Bootloader/compare/ariadne...loathingKernel:master Another difference...

Thanks for your report @arnschi. I see the value of `ARDUINO_FW_VERSION` was not updated when the firmware was updated to 1.2.3 (https://github.com/arduino-libraries/MKRWAN/commit/8cbfe84d8ee1039e02f24ef0f8358527b39293bb): https://github.com/arduino-libraries/MKRWAN/blob/b5966f18f94cc55c6ea041765ce910ba7e90a7b7/src/MKRWAN.h#L228 For now, please ignore the spurious message...

"**SoftwareSerial**" is a [platform bundled library](https://arduino.github.io/arduino-cli/dev/platform-specification/#platform-bundled-libraries). It is distributed as a component of some (but not all) boards platforms such as `arduino:avr`: https://github.com/arduino/ArduinoCore-avr/tree/master/libraries/SoftwareSerial The [`depends` field of `library.properties`](https://arduino.github.io/arduino-cli/dev/library-specification/#libraryproperties-file-format) can only...

> is there any information I might be able to use from the configuration (e.g. [default.yml](https://github.com/Arduino-CI/arduino_ci/blob/master/misc/default.yml)) to check the local filesystem for a platform? You can get the list of...

Hi @IraSch. I'm going to ask you to post the full output from a compilation. Please do this: 1. Open the sketch that uses the **ArduinoBearSSL** library in Arduino IDE....