Skip to content

Instantly share code, notes, and snippets.

View ChristopherLaytonWasTakenSoIWentWithT's full-sized avatar

Christopher Layton ChristopherLaytonWasTakenSoIWentWithT

View GitHub Profile
@ChristopherLaytonWasTakenSoIWentWithT
ChristopherLaytonWasTakenSoIWentWithT / index.html
Created July 18, 2018 05:28 — forked from nuta/index.html
CP2102 (used by ESP32-DevKitC) WebUSB device driver
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>esptool.js</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/xterm/2.9.2/xterm.min.js" integrity="sha256-8rsVcpCnO6HdeJL84i0VdubjM42fjSmO8aONghdq3gc=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/xterm/2.9.2/xterm.min.css" integrity="sha256-w69o8Y6P5VZjfYFmn2KlqMU7TUi2I+oWObi8FLlVZZg=" crossorigin="anonymous" />
</head>