Per Tillisch

Results 1081 comments of Per Tillisch

This breaks AVR support. Also, in the future take a few seconds to add a descriptive title to your commits.

You only need to follow the instructions for use with Arduino: https://github.com/telekom/LibNbiot/tree/master/examples/arduino

The first problem was caused by the use of incorrect include syntax in the ArduinoUnit library (see: https://github.com/mmurdoch/arduinounit/pull/69). `#include "foo.h"` syntax should be used for internal includes of libraries. This...

> Feel free to propose the fix The fix is to remove all the non-unique VID/PID associations from `boards.txt`. Associations should only ever be made for VID/PID pairs that are...

This was resolved by https://github.com/espressif/arduino-esp32/pull/9717. The innovative solution that was implemented will cause the port to be identified as "ESP32 Family Device" instead of as a random board. Something to...

@meule, please post a directory listing or screenshot of the contents of both: /Users/Kostia/drive/Dropbox/ec2/gled/esplocalizer/firmware-arduino/esp_10dof/ and /Users/Kostia/drive/Dropbox/ec2/gled/esplocalizer/firmware-arduino/ @cnlohr the Arduino IDE automatically concatenates all .ino files in the sketch folder before...

Some notes for the project maintainer: --- The incorrect value is defined by the `packages[*].platforms[*].size` of the package index: http://www.arducam.com/downloads/ESP8266_UNO/package_ArduCAM_index.json ```json "size":"22659072" ``` Documentation reference here: https://arduino.github.io/arduino-cli/latest/package_index_json-specification/#platforms-definitions --- Arduino IDE...

Unless you need the avr_developers or sleepingbeauty variants just use the far superior MightyCore (which has the standard and bobuino pinouts): http://docs.platformio.org/en/latest/frameworks/arduino.html#mcudude

See https://github.com/JChristensen/mighty-1284p/issues/16

4) Merge https://github.com/JChristensen/mighty-1284p/pull/23 and then have the user install the patched libraries to sketchbook/libraries. Then when a Library Manager update of one of the patched libraries is done the update...