revoxhere / duino-coin

ᕲ Duino-Coin is a coin that can be mined with almost everything, including Arduino boards.
https://duinocoin.com
MIT License
1.08k stars 512 forks source link

Arduino uno Compilation error #1092

Closed LiteItOn closed 2 years ago

LiteItOn commented 2 years ago

In file included from uniqueID.cpp:4:0: uniqueID.h:24:2: error: #error "ArduinoUniqueID only works on AVR, SAM, SAMD, STM32, Teensy, megaAVR and ESP Architecture"

error "ArduinoUniqueID only works on AVR, SAM, SAMD, STM32, Teensy, megaAVR and ESP Architecture"

^ uniqueID.h:99:13: error: ‘UniqueIDbuffer’ was not declared in this scope uint8_t id[UniqueIDbuffer]; ^

BastelPichi commented 2 years ago

Have you maybe selected the wrong board?

LiteItOn commented 2 years ago

Have you maybe selected the wrong board?

No, I am 100% sure i selected the right board

LiteItOn commented 2 years ago

Have you maybe selected the wrong board?

I only had one to choose from in the ARDUINO IDE so it's rather this one

LiteItOn commented 2 years ago

It was an ARDUINO IDE error.