From 0526af515de786d1563106f2103e6c38eb2ba439 Mon Sep 17 00:00:00 2001 From: joshua18 Date: Fri, 27 Sep 2024 01:49:36 -0700 Subject: [PATCH] log esp32 upload info --- README.md | 8 +++++++- docs/index.html | 4 ++++ docs/script.js | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f893d0c..e638ae9 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,10 @@ For any questions about how to use this website, please post [here](https://gith ## Acknowledgements -- This website uses [arduino-web-uploader](https://github.com/dbuezas/arduino-web-uploader) (generously shared under the MIT license) by David Buezas for uploading code to the car. +- This website uses [arduino-web-uploader](https://github.com/dbuezas/arduino-web-uploader) by David Buezas for uploading code to the car. + +- This website uses [qrcodejs](https://github.com/davidshimjs/qrcodejs) by davidshimjs for generating qr codes to make wifi connection easier. + +- This website uses [esptool-js](https://github.com/espressif/esptool-js) by Espressif Systems for uploading code to cars that use ESP32 boards. + +- The remote website uses [JoyStick](https://github.com/bobboteck/JoyStick) by Roberto D'Amico. diff --git a/docs/index.html b/docs/index.html index 774660e..957dd51 100644 --- a/docs/index.html +++ b/docs/index.html @@ -303,6 +303,10 @@

Calibrate and Configure Your Car

href="https://github.com/dbuezas/arduino-web-uploader">arduino-web-uploader by David Buezas for uploading code to cars that use Arduino Nano and Arduino Uno boards.

+ The remote website uses JoyStick + by Roberto D'Amico. +

This website uses qrcodejs by davidshimjs. diff --git a/docs/script.js b/docs/script.js index ddf5bf9..413d8b3 100644 --- a/docs/script.js +++ b/docs/script.js @@ -1432,6 +1432,7 @@ async function getCode() { clean() { }, writeLine(data) { + console.log(data); if (data === "Leaving...") { document.getElementById("upload-progress").innerHTML = "Done!" }