Skip to content

Commit c70780d

Browse files
Remove useless current_hardware variable
1 parent 4416931 commit c70780d

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

internal_filesystem/boot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Hardware initialization for ESP32-S3-Touch-LCD-2
22
# Manufacturer's website at https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2
3-
current_hardware = "waveshare-esp32-s3-touch-lcd-2"
4-
53
from machine import Pin, SPI
64
import st7789
75
import lcd_bus

internal_filesystem/boot_fri3d-2024.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Hardware initialization for Fri3d Camp 2024 Badge
2-
current_hardware = "fri3d-2024"
3-
42
from machine import Pin, SPI
53
import st7789
64
import lcd_bus

internal_filesystem/boot_unix.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Hardware initialization for Unix and MacOS systems
2-
current_hardware = "unix"
3-
42
import lcd_bus
53
import lvgl as lv
64
import sdl_display

0 commit comments

Comments
 (0)