mirror of
https://github.com/SlimeVR/SlimeVR-Tracker-ESP.git
synced 2026-04-05 17:51:57 +02:00
CI: Change the filename output so it uses the board name instead of the board platform (#359)
Change the filename output so it uses the board name instead of the board platform
This commit is contained in:
@@ -22,7 +22,7 @@ class DeviceConfiguration:
|
||||
self.platformio_board = platformio_board
|
||||
|
||||
def filename(self) -> str:
|
||||
return f"{self.platformio_board}.bin"
|
||||
return f"{self.board}-firmware.bin"
|
||||
|
||||
def __str__(self) -> str:
|
||||
return f"{self.platform}@{self.board}"
|
||||
|
||||
Reference in New Issue
Block a user