Open
Description
Same code is working on ATtiny85 but not working on ATtiny45: https://github.com/moononournation/NeoPixelHexPendant/blob/main/NeoPixelHexPendant/NeoPixelHexPendant.ino
I know memory is an issue, but it still not working even reduced the number of pixel and array to 1.
It should caused by the code checked defined __AVR_ATtiny85__
but not checked ATtiny45.