mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
voice updates and databasing
This commit is contained in:
@@ -2,9 +2,23 @@
|
||||
"codes": {
|
||||
"r001": {
|
||||
"type": "rover",
|
||||
"entityId": "Freaky",
|
||||
"entityId": "freaky",
|
||||
"label": "Freaky"
|
||||
},
|
||||
"r002": {
|
||||
"type": "rover",
|
||||
"entityId": "walle",
|
||||
"label": "WALL-E"
|
||||
},
|
||||
"r003": {
|
||||
"type": "rover",
|
||||
"entityId": "bweeble",
|
||||
"label": "Bweeble"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
"o001": {
|
||||
"type": "object",
|
||||
"entityId": "woodblock",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
||||
<title>Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-BhQJmAe_.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DNxiEuzr.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Djpv3bOo.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user