Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai committed Aug 22, 2024
2 parents 21c4f6a + 9204700 commit b36c0c5
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 9 deletions.
6 changes: 3 additions & 3 deletions imswitch/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/imswitch/static/css/main.137a04f5.css",
"main.js": "/imswitch/static/js/main.253f2e3b.js",
"main.js": "/imswitch/static/js/main.fa009905.js",
"static/js/787.8bed3ce4.chunk.js": "/imswitch/static/js/787.8bed3ce4.chunk.js",
"index.html": "/imswitch/index.html",
"main.137a04f5.css.map": "/imswitch/static/css/main.137a04f5.css.map",
"main.253f2e3b.js.map": "/imswitch/static/js/main.253f2e3b.js.map",
"main.fa009905.js.map": "/imswitch/static/js/main.fa009905.js.map",
"787.8bed3ce4.chunk.js.map": "/imswitch/static/js/787.8bed3ce4.chunk.js.map"
},
"entrypoints": [
"static/css/main.137a04f5.css",
"static/js/main.253f2e3b.js"
"static/js/main.fa009905.js"
]
}
2 changes: 1 addition & 1 deletion imswitch/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><link rel="icon" href="/imswitch/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="/imswitch/logo192.png"/><link rel="manifest" href="/imswitch/manifest.json"/><title>React App</title><script defer="defer" src="/imswitch/static/js/main.253f2e3b.js"></script><link href="/imswitch/static/css/main.137a04f5.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="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><link rel="icon" href="/imswitch/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="/imswitch/logo192.png"/><link rel="manifest" href="/imswitch/manifest.json"/><title>React App</title><script defer="defer" src="/imswitch/static/js/main.fa009905.js"></script><link href="/imswitch/static/css/main.137a04f5.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 0 additions & 3 deletions imswitch/static/js/main.253f2e3b.js

This file was deleted.

1 change: 0 additions & 1 deletion imswitch/static/js/main.253f2e3b.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions imswitch/static/js/main.fa009905.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@
* LICENSE file in the root directory of this source tree.
*/

/**
* A better abstraction over CSS.
*
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
* @website https://github.com/cssinjs/jss
* @license MIT
*/

/** @license React v16.13.1
* react-is.production.min.js
*
Expand Down
1 change: 1 addition & 0 deletions imswitch/static/js/main.fa009905.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion indexWebSerialTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ <h4>Hardware Control</h4>
<div>
<span>Baud Rate: </span>
<select id="baud_rate">
<option value="500000">500000</option>
<option value="115200">115200</option>
<option value="500000">500000</option>
<option value="128000">128000</option>
<option value="9600">9600</option>
<option value="19200">19200</option>
Expand Down

0 comments on commit b36c0c5

Please sign in to comment.