-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
289 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"cSpell.words": [ | ||
"baudrate", | ||
"BOOTSEL", | ||
"buttonstatus", | ||
"calib", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,9 @@ | |
|
||
<script src="./qrcode.min.js"></script> | ||
|
||
<script type="module" src="./esptool-js.js"></script> | ||
<script src="./cryptojs.js"></script> | ||
|
||
<script src="./esptool-js.js"></script> | ||
|
||
<script src="./script.js"></script> <!-- for the Upload Program section --> | ||
|
||
|
@@ -36,10 +38,6 @@ <h2> <a target="_blank" rel="noopener noreferrer" | |
here</a> | ||
or email <a href="mailto: [email protected]">[email protected]</a>. | ||
</p> | ||
<p> | ||
This website can only change the settings of cars with the new code that this site uploads, <br>it won't | ||
work with the original go baby go code. | ||
</p> | ||
|
||
<noscript> <mark> Your browser is not running a script that is required for this website to function. | ||
Please | ||
|
@@ -117,7 +115,7 @@ <h2>Connect to Car (to change settings)</h2> | |
<button id="serial-disconnect-button" | ||
onclick='document.getElementById("serial-disconnect-button").style.border=""; closeSerial();'>disconnect | ||
</button> | ||
<label for="esp32-serial-baud" style='margin-left:25px'> esp32</label> | ||
<label for="esp32-serial-baud" style='margin-left:25px; font-size: small;'> esp32</label> | ||
<input type="checkbox" id="esp32-serial-baud"> | ||
<div id="serial-connected-short"></div> | ||
<hr> | ||
|
@@ -303,7 +301,6 @@ <h2>Calibrate and Configure Your Car</h2> | |
<br> | ||
This website uses <a target="_blank" rel="noopener noreferrer" | ||
href="https://github.com/dbuezas/arduino-web-uploader">arduino-web-uploader</a> | ||
(generously shared under the MIT license) | ||
by David Buezas for uploading code to cars that use Arduino Nano and Arduino Uno boards. | ||
<br><br> | ||
This website uses <a target="_blank" rel="noopener noreferrer" | ||
|
@@ -455,10 +452,10 @@ <h2 id="help-upload"> | |
• The selector should be changed to say "new nano or uno" if you bought an | ||
official Arduino Nano or Uno board. | ||
<br><br> | ||
• The selector should be changed to say "rpi pico" if you | ||
• (Experimental!) The selector should be changed to say "rpi pico" if you | ||
are using a Raspberry Pi Pico, or "rpi pico W" if you are using a Raspberry Pi Pico W. | ||
<br><br> | ||
• The selector should be changed to say "ESP32" if you | ||
• (Experimental!) The selector should be changed to say "ESP32" if you | ||
are using an ESP32. The "esp32" checkbox that you will later see next to the connect | ||
button should automatically | ||
check itself. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters