Demonic098

Results 15 comments of Demonic098

With SoftwareSerial latest version (6.14.1) and following serial init everything works fine. ``` void begin() { if (!_dirty) return; if (_serial) delete _serial; _serial = new SoftwareSerial(_pin_rx, -1, _inverted); _serial->enableIntTx(false);...

Update: i've found MINICORE definition. ``` #if defined (MINICORE) && (F_CPU == 8000000UL) ```

It's not about microcontroller fuse bits. I only care if MINICORE MCU settings are set correctly.

yep it would be cool to add event scripts and key combo macros > Current no, but in the future I could start pulling battery information for common controllers and...

`A quick patch would be to check if plugins.txt exists, then use it and assume ARK cfw` it is not a proper way detecting ARK CFW

better ask @Acid_Snake https://discord.gg/Zu3RJAUu

![IMG_20210822_102716](https://user-images.githubusercontent.com/25936174/130346616-55b44e6b-bf2a-42cf-8af4-9356ec50fb01.jpeg)

Thanks. Then i probably just swap MCU. I have few stm8

I successfully swap MCU but not without a hassle. First time MCU refuses to boot so i swaped it back to development board. It was working fine on development board...

![IMG_20210918_105921_90](https://user-images.githubusercontent.com/25936174/133881752-7850d103-16bc-4d39-8d05-120933f28195.jpg)