Skip to content

Commit

Permalink
Updated Type 60
Browse files Browse the repository at this point in the history
  • Loading branch information
203Null committed Dec 1, 2024
1 parent ac37908 commit 4fd9c05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/espressif/boards/type_60/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@

#define USB_VID 0x0203
#define USB_PID 0x00B1
#define USB_MANUFACTURER "203 Electronics"
#define USB_MANUFACTURER "203 Systems"
#define USB_PRODUCT "Type60 DFU"

#define UF2_PRODUCT_NAME "203 | Type 60"
#define UF2_PRODUCT_NAME "203 Systems Type 60"
#define UF2_BOARD_ID "293-TYPE-60"
#define UF2_VOLUME_LABEL "TYPE60DFU"
#define UF2_INDEX_URL "https://203.io"
Expand Down
2 changes: 1 addition & 1 deletion ports/espressif/boards/type_60/sdkconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Board Specific Config

# Partition Table
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-8MB.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-8MB-noota.csv"

# Serial flasher config
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y

0 comments on commit 4fd9c05

Please sign in to comment.