Skip to content

Commit 7110166

Browse files
committed
Updates
1 parent 1813864 commit 7110166

File tree

3 files changed

+4
-58
lines changed

3 files changed

+4
-58
lines changed

ea/device1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Particle Photon Control</title>
6+
<title>EA - Test Device 1</title>
77
<script>
88
async function callParticleFunction(functionName) {
99
const deviceId = '0a10aced202194944a059338'; // Replace with your Particle Photon 2 device ID
@@ -47,7 +47,7 @@
4747
</script>
4848
</head>
4949
<body>
50-
<h1>Particle Photon Control</h1>
50+
<h1>EA - Test Device 1</h1>
5151
<button onclick="toggleLED()">Toggle LED</button>
5252
<button onclick="activateBuzzer()">Activate Buzzer</button>
5353
</body>

ea/device2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Particle Photon Control</title>
6+
<title>EA - Test Device 2</title>
77
<script>
88
async function callParticleFunction(functionName) {
99
const deviceId = '0a10aced202194944a04bba0'; // Replace with your Particle Photon 2 device ID
@@ -47,7 +47,7 @@
4747
</script>
4848
</head>
4949
<body>
50-
<h1>Particle Photon Control</h1>
50+
<h1>EA - Test Device 2</h1>
5151
<button onclick="toggleLED()">Toggle LED</button>
5252
<button onclick="activateBuzzer()">Activate Buzzer</button>
5353
</body>

ea/index.html

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)