Skip to content

Commit

Permalink
log esp32 upload info
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-8 committed Sep 27, 2024
1 parent 24d92bb commit 0526af5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ <h2>Calibrate and Configure Your Car</h2>
href="https://github.com/dbuezas/arduino-web-uploader">arduino-web-uploader</a>
by David Buezas for uploading code to cars that use Arduino Nano and Arduino Uno boards.
<br><br>
The remote website uses <a target="_blank" rel="noopener noreferrer"
href="https://github.com/bobboteck/JoyStick">JoyStick</a>
by Roberto D'Amico.
<br><br>
This website uses <a target="_blank" rel="noopener noreferrer"
href="https://github.com/davidshimjs/qrcodejs">qrcodejs</a>
by davidshimjs.
Expand Down
1 change: 1 addition & 0 deletions docs/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,7 @@ async function getCode() {
clean() {
},
writeLine(data) {
console.log(data);
if (data === "Leaving...") {
document.getElementById("upload-progress").innerHTML = "Done!"
}
Expand Down

0 comments on commit 0526af5

Please sign in to comment.