Skip to content

Commit bc45a60

Browse files
committed
Working on BLE API
1 parent 5aba97b commit bc45a60

12 files changed

Lines changed: 3013 additions & 44 deletions

File tree

HUBAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hub Web Server API Documentation
22

3-
This document describes the REST API endpoints and Server-Sent Events (SSE) for the LEGO ESP32 Hub Web Server.
3+
This document describes the REST API endpoints and Server-Sent Events (SSE) for the Megahub Web Server.
44

55
## Base URL
66

frontend/bttest.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Megahub Bluetooth Test Client</title>
7+
</head>
8+
<body>
9+
<button id="connect">Connect to MegaHub</button>
10+
<script type="module" src="/src/bleclient.js"></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)