Demonic098
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

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...
