wokwi / avr8js

Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js
https://blog.wokwi.com/avr8js-simulate-arduino-in-javascript/
MIT License
461 stars 73 forks source link

Bug? Attiny85 + WatchDog Timer #134

Closed makkiato83 closed 1 year ago

makkiato83 commented 1 year ago

Hello,

this is a fantastic project and I am very new to it. Thank you for all you did so far!

I think I have spotted a bug with the simulation of the ATTiny85.

Here is the sketch: https://wokwi.com/projects/352946303296633857

This is supposed to blink the led every ~1sec. And it does on a real ATTiny85.

However, during the simulation, the led is always ON.

urish commented 1 year ago

Thanks for reporting, fixed!