Skip to content

Commit

Permalink
Tomatos are salad
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli authored Nov 20, 2024
1 parent 56e219f commit 00bdf76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/flasher_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ <h3>Select the version:</h3>
<h3>Select your device:</h3>

<div class="device-category">
<button class="device-button" id="m5stack" onclick="toggleDeviceCategory('M5Stack')">M5Stack Devices</button>
<button class="device-button" id="lilygo" onclick="toggleDeviceCategory('Lilygo')">Lilygo Devices</button>
<button class="device-button" id="esp32" onclick="toggleDeviceCategory('CYD')"> CYD </button>
<button class="device-button" id="esp32" onclick="toggleDeviceCategory('ESP32')">ESP32 Generic</button>
<button class="device-button" id="m5stack" onclick="toggleDeviceCategory('m5stack')">M5Stack Devices</button>
<button class="device-button" id="lilygo" onclick="toggleDeviceCategory('lilygo')">Lilygo Devices</button>
<button class="device-button" id="esp32" onclick="toggleDeviceCategory('cyd')"> CYD </button>
<button class="device-button" id="esp32" onclick="toggleDeviceCategory('esp32')">ESP32 Generic</button>
</div>

<!-- BOARDS -->
Expand Down

0 comments on commit 00bdf76

Please sign in to comment.