Zachary J. Fields
Zachary J. Fields
@igrr Can you offer any advice here? _My apologies, I wouldn't normally @ you directly, but we are trying to make a decision about the future of a product. It...
@igrr Are you guys working on fix for the ESP-IDF any time soon? Regardless, this is becoming a useful reference guide, and may help influence or guide the official implementation.
I'm not trying to point the finger at anyone, or make "pedantic" warnings seem super important. Furthermore, I fully understand that `-Wpedantic` is an extreme configuration, and I understand many...
If I understand the fix correctly, it appears that all digital pins will be marked as PWM capable, but this doesn't appear to be true based on the pinout for...
I don't have one either. I say let's merge it for now, and see if anyone complains.
REASON: In my testing with the MKR 1310, I noticed the modem (`MKRWAN`) would return a busy error if request came too much faster than once every 10 seconds. This...
@pennam, I have implemented the update you suggested.
@pennam If you don't want this change, will you let me know so I can delete it and stop maintaining the branch? Or if it needs to be fixed, just...
```arduino-cli compile --verbose --warnings=all --build-property "build.extra_flags=-Wno-unused-variable -Wno-implicit-fallthrough -Wno-psabi -Wno-deprecated-copy -Wno-missing-field-initializers -Wno-delete-non-virtual-dtor -Wno-sign-compare -Og -g" --fqbn arduino:mbed_opta:opta ```
```arduino-cli compile --verbose --warnings=all --build-property "build.extra_flags=-Wno-unused-variable -Wno-implicit-fallthrough -Wno-psabi -Wno-deprecated-copy -Wno-missing-field-initializers -Wno-delete-non-virtual-dtor -Wno-sign-compare -Og -g" --fqbn arduino:mbed_opta:opta ```