This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Bluetooth RC Remote</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/crypto-js.min.js" integrity="sha512-a+SUDuwNzXDvz4XrIcXHuCf089/iJAoN4lmrXJg18XnduKK6YlDHNRalv4yd1N40OKI80tFidF+rqTFKGPoWFQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | |
</head> | |
<body> | |
<button id="connect_device" onclick="connectButton()">Connect to device</button> | |
<div> | |
<input type="checkbox" id="turbo_mode"> Turbo |
This file contains hidden or 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
define(["underscore", "jquery", "config/config"], function(e, t, n) { | |
function r(e, t) { | |
return i(e, null, null, !1, t) | |
} | |
function _(e, t, n, r) { | |
i(e, t, n, !0, r) | |
} | |
function i(e, r, _, i, s) { |