revoxhere / duino-coin

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

Arduino UNO R4 Wifi Not working #1748

Closed foglar closed 5 months ago

foglar commented 5 months ago

I tried to upload the Arduino_Code.ino file to the arduino uno r4 wifi, and get this error:

In file included from /home/foglar/miners/duino-coin-4.0/Arduino_Code/Arduino_Code.ino:31:0:
/home/foglar/miners/duino-coin-4.0/Arduino_Code/uniqueID.h:26: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"
  ^~~~~

exit status 1

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

I think that you should add architecture support for new arduino uno r4 wifi as soon as possible.