Skip to content

Instantly share code, notes, and snippets.

@DarkNikGr
DarkNikGr / rc-car-remote.html
Last active April 1, 2024 12:57
Shell Rc Car remote
<!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
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) {