Arduino Nano Every problem
-
Hi
Error when compiling a node sketch to Arduino Nano Every :xxx\Arduino\libraries\MySensors/MySensors.h:83:2: error: #error Hardware abstraction not defined (unsupported platform)
If I understand right the old Nano and Every are compatible, just more memory etc in the Every. Is there a change in MySensors library that can be changed to accept the Nano Every ?
Regards Håkan -
Hi
Error when compiling a node sketch to Arduino Nano Every :xxx\Arduino\libraries\MySensors/MySensors.h:83:2: error: #error Hardware abstraction not defined (unsupported platform)
If I understand right the old Nano and Every are compatible, just more memory etc in the Every. Is there a change in MySensors library that can be changed to accept the Nano Every ?
Regards Håkan -
I was wondering the kind of modification needed to support ATMEGA4808/4809.
I have read again the MyConfig.h and MySensors.h, they look quite good.
Though, there might be some updates to be done in the hal/architecture/AVR folder ..:astonished: -
I bought the Every because it implied it was backward compatible with the nano. No, it's not, as we found out.
Be that as it may, any word on a getting the Every working with mySensors?