mirror of
https://github.com/buildwithparallel/mm-iot-sdk
synced 2026-08-10 21:27:58 -04:00
This commit introduces version 2.6.4 of the Morse Micro MM-IoT-SDK for microcontroller based platforms.
42 lines
871 B
HTML
42 lines
871 B
HTML
<html>
|
|
<head>
|
|
<title>Morse Micro Configuration Interface</title>
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="banner">
|
|
<a id="logo" href="index.shtml"><img src="mmlogo.png" alt="Morse Micro"></a>
|
|
<table class="floated_right">
|
|
<tbody><tr>
|
|
<td class="nav-content">
|
|
<a href="" class="nav-button">Status</a>
|
|
</td>
|
|
<td class="nav-content">
|
|
<a href="" class="nav-button">JSON</a>
|
|
</td>
|
|
<td class="nav-content">
|
|
<a href="" class="nav-button">Tools</a>
|
|
</td>
|
|
</tr>
|
|
</tbody></table>
|
|
</div>
|
|
|
|
<table width="100%">
|
|
<tr valign="top"><td width="80">
|
|
</td><td width="500">
|
|
<h1>Morse Micro IoT SDK</h1>
|
|
<h2>404 - Page not found</h2>
|
|
<p>
|
|
Sorry, the page you are requesting was not found on this
|
|
server.
|
|
</p>
|
|
|
|
</td><td>
|
|
|
|
</td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|