Skip to content

Commit

Permalink
V0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
joembedded committed Sep 3, 2024
1 parent 0dfdae4 commit 74a92ff
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 15 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Einige QR-Codes (MACs, gesprochene Texte, Link) zum Testen:

Ein kleiner Generator für eigene QR-Codes mit Sprach-Infos: https://joembedded.de/ltx/sw/php_qr/

Ein reiner Test des QR-Scanner-Moduls (mit aktiviertem Polyfill): https://joembedded.github.io/JoEm-Dashboard/app/qrstest.html


## 3.rd Party Software ##
- FontAwesome https://fontawesome.com/license/free License: MIT, SIL-OFL, CC-BY-4.0
Expand All @@ -60,4 +62,4 @@ Ein kleiner Generator für eigene QR-Codes mit Sprach-Infos: https://joembedded.
---

## Changelog (wie 'blxDash.js') ##
- V0.16 11.06.2024
- V0.18 03.09.2024 - Test 'qrstest.html'
11 changes: 0 additions & 11 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,17 +432,6 @@ <h1><i class="fa-solid fa-spinner fa-2xl fa-spin"></i></h1>
</div>
</dialog>


<!-- Scanner-Fenster - Externer Dialog aus qrscanner.js - Qrscanner erzeugt sein HTML nun selbst
<dialog id='qrscanner-dialog'>
<video style="display: none;" id='qroriginal-video' playsinline mute></video>
<div id='qrvideo-header'><select id='qrcam-selector'></select></div>
<button class="dlgBtnClose" id='qrscanner-btnClose'>&#10006;</button>
<button id='qrscanner-btnTorch'>&#x1F4A1;</button>
<div style='text-align:center;'><canvas id='qrscaled-videocanvas'></canvas></div>
</dialog>
-->

</body> <!-- BODY END -->


Expand Down
2 changes: 1 addition & 1 deletion app/js/blxDash.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import './blx.js' // *todo* './blx.min.js'
import './blStore.js' // *todo* './blStore.min.js'

//--------- globals ------
const VERSION = 'V0.17 / 22.07.2024'
const VERSION = 'V0.18 / 03.09.2024'
const COPYRIGHT = '(C)JoEmbedded.de'
const HELP = 'This is a "living product". Questions and requests are always welcome.'

Expand Down
1 change: 0 additions & 1 deletion app/js/qrstest.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ function terminal(txt){

// Returns (siehe qrscanner.js): -1:Ignored, 0:AcceptedUndEnde, 1:AcceptedAberNochMehrErlaubt undefined:diesenScanignorieren
function scanFoundAddDevice(scanresult) {
terminal(`SCAN: '${scanresult}'`)
return 1 // MORE
}

Expand Down
4 changes: 3 additions & 1 deletion app/qrstest.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<!--
Tests:
qrstest.html - Testet NUR den QRScanner, stand alone
Thema 'wie baut/verwendet man einen minimalistischen QR Scanner'
http://localhost/wrk/joemdash/app/qrstest.html
https://joembedded.github.io/JoEm-Dashboard/app/qrstest.html
Expand Down

0 comments on commit 74a92ff

Please sign in to comment.