-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed LED default color, changed button asset. Renamed react application.
- Loading branch information
Showing
23 changed files
with
111 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"files": { | ||
"main.css": "/static/css/main.25333aef.css", | ||
"main.js": "/static/js/main.77a3060b.js", | ||
"main.js": "/static/js/main.15240b4e.js", | ||
"static/media/Raspberry_Pi_Pico_top.png": "/static/media/Raspberry_Pi_Pico_top.e33f028f5df6fa7a8812.png", | ||
"static/media/breadboard.svg": "/static/media/breadboard.0b169a51ffbe1f7f8bd530e8f6cb7ed8.svg", | ||
"static/media/7segment.svg": "/static/media/7segment.4e0006b1fe808cef9373e141218a4d64.svg", | ||
"static/media/button.svg": "/static/media/button.477b4b211bc442f2c7af47352b66f76c.svg", | ||
"static/media/button.svg": "/static/media/button.a06df6a57fa7fd69cbe0389eb60756fc.svg", | ||
"static/media/led.svg": "/static/media/led.4768c0df04932f68cd84bba91e9f7349.svg", | ||
"static/media/7segment_separator.svg": "/static/media/7segment_separator.4e74319228a46dc74746ad8d50353228.svg", | ||
"index.html": "/index.html", | ||
"main.25333aef.css.map": "/static/css/main.25333aef.css.map", | ||
"main.77a3060b.js.map": "/static/js/main.77a3060b.js.map" | ||
"main.15240b4e.js.map": "/static/js/main.15240b4e.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.25333aef.css", | ||
"static/js/main.77a3060b.js" | ||
"static/js/main.15240b4e.js" | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.77a3060b.js"></script><link href="/static/css/main.25333aef.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>RP2040 Simulation</title><script defer="defer" src="/static/js/main.15240b4e.js"></script><link href="/static/css/main.25333aef.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 15 additions & 15 deletions
30
...lization/build/static/js/main.77a3060b.js → ...lization/build/static/js/main.15240b4e.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
visualization/visualization/build/static/js/main.15240b4e.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
visualization/visualization/build/static/js/main.77a3060b.js.map
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
...on/visualization/build/static/media/button.477b4b211bc442f2c7af47352b66f76c.svg
This file was deleted.
Oops, something went wrong.
46 changes: 46 additions & 0 deletions
46
...on/visualization/build/static/media/button.a06df6a57fa7fd69cbe0389eb60756fc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.