Skip to content

Commit b0ffac8

Browse files
committed
Bump version
1 parent f4c34e4 commit b0ffac8

File tree

4 files changed

+3
-92
lines changed

4 files changed

+3
-92
lines changed

src/app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export default function App() {
186186
color: '#ff6060a0',
187187
}}
188188
>
189-
<span style={{ marginRight: 4 }}>OPTICAL BREACHER MK.1 Rev 1.5</span>
189+
<span style={{ marginRight: 4 }}>OPTICAL BREACHER MK.1 Rev 1.6</span>
190190
<a
191191
style={{ marginLeft: 'auto', color: 'inherit' }}
192192
href="https://github.com/govizlora/optical-breacher"

src/camera.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ export function Camera({
220220
</div>
221221

222222
<div style={{ margin: 16, marginTop: 0, overflow: 'auto' }}>
223-
Move the camera as close to the screen as possile. Avoid rotation or
224-
tilt.
223+
Move the camera closer to the screen (or use pinch zoom) to avoid
224+
unnecessary contents. Don't rotate or tilt.
225225
<a
226226
style={{ marginLeft: 4 }}
227227
href="#"

src/index.tsx

-7
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,12 @@ import { lazy, Suspense } from 'react'
22
import { render } from 'react-dom'
33
import { ErrorBoundary } from './error-boundary'
44
import './main.css'
5-
import { MultiTouchTest } from './multitouchTest'
65

76
const App = lazy(() => import('./app'))
87

98
if ('serviceWorker' in navigator) {
109
window.addEventListener('load', () => {
1110
navigator.serviceWorker.register('service-worker.js')
12-
// .then((registration) => {
13-
// console.log('SW registered: ', registration)
14-
// })
15-
// .catch((registrationError) => {
16-
// console.log('SW registration failed: ', registrationError)
17-
// })
1811
})
1912
}
2013

src/multitouchTest.tsx

-82
This file was deleted.

0 commit comments

Comments
 (0)