Skip to content

Commit

Permalink
Update board.h
Browse files Browse the repository at this point in the history
fix UF2_BOARD_ID
  • Loading branch information
mariopesch authored Nov 15, 2023
1 parent 685da85 commit 8ced19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/espressif/boards/sensebox_mcu_esp32s2/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#define USB_PRODUCT "MCU-S2 ESP32S2"

#define UF2_PRODUCT_NAME USB_MANUFACTURER " " USB_PRODUCT
#define UF2_BOARD_ID "senseBoxMCU-S2-rev2.1"
#define UF2_BOARD_ID "ESP32S2-senseBoxMCUS2-rev2.1"
#define UF2_VOLUME_LABEL "senseBox"
#define UF2_INDEX_URL "https://sensebox.de"

Expand Down

0 comments on commit 8ced19e

Please sign in to comment.