Skip to content

Commit 5ba2d72

Browse files
committed
boards: update USB volume label and board ID
Updated the UF2 volume label to "FOBEBOOT" and corrected the UF2 board ID to "ESP32S3-FoBEF1102-rev1a" for better identification. Signed-off-by: ChihoSin [email protected]
1 parent b809479 commit 5ba2d72

File tree

1 file changed

+2
-2
lines changed
  • ports/espressif/boards/fobe_quill_esp32s3_mesh

1 file changed

+2
-2
lines changed

ports/espressif/boards/fobe_quill_esp32s3_mesh/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
#define USB_PRODUCT "FoBE Quill ESP32S3 Mesh"
3535

3636
#define UF2_PRODUCT_NAME USB_MANUFACTURER " " USB_PRODUCT
37-
#define UF2_VOLUME_LABEL "FoBE Boot"
38-
#define UF2_BOARD_ID "f1102_r1a"
37+
#define UF2_VOLUME_LABEL "FOBEBOOT"
38+
#define UF2_BOARD_ID "ESP32S3-FoBEF1102-rev1a"
3939
#define UF2_INDEX_URL "https://docs.fobestudio.com/product/f1102"
4040

4141
#endif

0 commit comments

Comments
 (0)