Per Tillisch
Per Tillisch
OK, I made a test JSON file that points to the Boards Manager installation archive file located in @DCEM's fork. I also made your requested changes to the filename and...
>I am using 1.8.19 and I cant see the programmer in the dropdown. Unfortunately, this project was a casualty of an otherwise very helpful change to the Arduino IDE made...
Good job on that pull request! I don't see any benefit to requiring tabs for the separator and it's a pain for people who have their editor set up to...
Thanks @jaapcammeraat. I see that the required format is documented and demonstrated in the example sketches (which serve as the library's user documentation): https://github.com/arduino-libraries/ArduinoMDNS/blob/a4fbf1e0a9ddb85f3dc3b25e02070cfc59ae760e/examples/Ethernet/RegisteringServicesWithTxtRecord/RegisteringServicesWithTxtRecord.ino#L72-L84 https://github.com/arduino-libraries/ArduinoMDNS/blob/a4fbf1e0a9ddb85f3dc3b25e02070cfc59ae760e/examples/WiFi/WiFiRegisteringServicesWithTxtRecord/WiFiRegisteringServicesWithTxtRecord.ino#L91-L103 Ideally there would be a...
Hi @weimiao86. Do you have something like this in your sketch? ```cpp while (!Serial) { ; // wait for serial port to connect. Needed for native USB port only }...
Here was a previous report here: https://github.com/arduino-libraries/Arduino_SensorKit/issues/9#issuecomment-754139149 But that was reported as having been fixed.
Closing as duplicate of https://github.com/arduino-libraries/Scheduler/issues/16
@thekunalsaini why did you mention me? If there is some action you want me to take, then you need to provide a detailed explanation of that action and your reasoning...
It looks like there are two pull requests that add this functionality: - https://github.com/arduino-libraries/MadgwickAHRS/pull/18 - https://github.com/arduino-libraries/MadgwickAHRS/pull/21
Hi @maddanio. This issue tracker is only to be used to report bugs or feature requests. This topic is more appropriate for the Arduino Forum. I'm sure we'll be able...