diff options
| author | lironh | 2020-03-21 21:47:31 +0200 |
|---|---|---|
| committer | lironh | 2020-03-21 21:47:31 +0200 |
| commit | ee5708e0babd08e3ed4fffbf9a24d7cd5755a782 (patch) | |
| tree | 2bc475dd7ba9d5f0363f5af9fece4a1527683485 /demo/src/index.html | |
| parent | Merge pull request #19 from gfeun/main-execute-loop-optimization (diff) | |
| download | avr8js-ee5708e0babd08e3ed4fffbf9a24d7cd5755a782.tar.gz avr8js-ee5708e0babd08e3ed4fffbf9a24d7cd5755a782.tar.bz2 avr8js-ee5708e0babd08e3ed4fffbf9a24d7cd5755a782.zip | |
feat(demo): saving user history
Diffstat (limited to '')
| -rw-r--r-- | demo/src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/src/index.html b/demo/src/index.html index 99b1c84..9b69306 100644 --- a/demo/src/index.html +++ b/demo/src/index.html @@ -17,6 +17,7 @@ <div class="toolbar"> <button id="run-button">Run</button> <button id="stop-button" disabled>Stop</button> + <button id="revert-button">Back to leds example</button> <div class="spacer"></div> <div id="status-label"></div> </div> |
