Kevin Walton
Kevin Walton
Hi Would you consider adding live debugger support for MightyCore to Arduino IDE 2.0, or is that something you would see remaining only on Platform IO? Trying to decide what...
We use the https://wordpress.org/plugins/weight-based-shipping-for-woocommerce/ shipping plugin, and shipping is not calculated based on the products in the cart when you add Shipping in the POS order screen. Thanks Kevin
Hi Great library, thank you for all your work. A few ways to save more memory - I saved 562 bytes of flash and 530 bytes of flash with these...
The Rotary Encoder currently increments 'steps' once per full High / Low, on A and B event. The resolution of the encoder could be increased by incrementing (/ decrementing) 'steps'...
Hi I was considering buying a HF+, but it seems that another user has found that airspy-wsprd does not support it: https://groups.io/g/airspy/topic/error_running_airspy_wsprd_on/34522297 Would you consider updating to support the HF+?...
Hi Roel Just a thought, how about seperating out flashPin to FlashPinOn and flashPinOff and then call flashPin() here: https://github.com/RoelKroes/TBTracker-RX/blob/3eb512ee653bbf4a04b8aa345d0750b91f586985/radio.ino#L328 if (validPacket) { flashPinOn() packetCounter++; getMetafromRaw((char *) buf); parseRawData((char *)...
Hi Roel, ESPAsyncWebServer and AsyncTCP are now both avaliable in the Arduino library manager - updates proposed inline with that if you think that is helpful?
### Did you test the latest `bugfix-2.1.x` code? No, but I will test it now! ### Bug Description The command "G30" - Single Z-Probe doesn't appear to respect the HOME_AFTER_DEACTIVATE...