28 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
| 	<meta charset="utf-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | |
| 	<script src="https://cdn.jsdelivr.net/npm/xterm@4.19.0/lib/xterm.min.js"></script>
 | |
| 	<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xterm@4.19.0/css/xterm.css">
 | |
| 	<script type="module" src="https://wellenvogel.de/software/esp32/install.js"></script>
 | |
| 	<link rel="stylesheet" href="https://wellenvogel.de/software/esp32/install.css"/>
 | |
| 	<script type="text/javascript">
 | |
| 		window.gitHubUser="wellenvogel";
 | |
| 		window.gitHubRepo="esp32-nmea2000";
 | |
| 	</script>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| </body>
 | |
| <div class="head">
 | |
| 	<h1>Installing ESP32-NMEA2000</h1>
 | |
| 	<p>On this page you can install the latest release of <a href="https://github.com/wellenvogel/esp32-nmea2000">ESP32-NMEA2000</a>
 | |
| 	directly to your device.</p>
 | |
| 	<p>Before installing just check carefully which of the devices is the correct one for you. Refer to the <a href="https://github.com/wellenvogel/esp32-nmea2000/blob/master/doc/Hardware.md">documentation</a>.</p>
 | |
| </div>
 | |
| <div class="console"></div>
 | |
| <div class="content"></div>
 | |
| <div id="terminal"></div>
 | |
| </html> |