opened 03:42PM - 18 Nov 19 UTC
closed 12:52AM - 19 Nov 19 UTC
Type: Invalid
Component: Uploading
Hi,
i'm new to github and also new to coding. actually i bought a coding game… for my son (10) where had to code to finish a jump and run. Pretty cool stuff for a kid and he liked it very much. in his holiday he made a workshop where they built a weather station and we wanted to built one together.
So i bought an arduino uno wifi rev2 ATMEGA4809 and we wrote the first small program, a blink program. The code was ok but we weren't able to upload it to the board.
**avrdude: WARNING: invalid value for unused bits in fuse "fuse5", should be set to 1 according to datasheet
This behaviour is deprecated and will result in an error ibn future version
You probably want to use 0xcd instead of 0xc9 (double check with your datasheet first).**
I don't know what to do about that and i hope anybody had the same issue and can help us to solve the problem.
Thanks
hier wird auch gesagt, dass die Warnung invalid value for unused bits in fuse "fuse5" zu ignorieren ist und bedeutungslos ist. Das Problem muss woanders liegen.