Rebrand EInk Portal to MagTag

This commit is contained in:
Scott Shawcroft 2020-11-06 15:27:16 -08:00
parent 01c7a06dcc
commit b2e83952c0
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
5 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
//Micropython setup
#define MICROPY_HW_BOARD_NAME "EInk Portal"
#define MICROPY_HW_BOARD_NAME "MagTag"
#define MICROPY_HW_MCU_NAME "ESP32S2"
#define MICROPY_HW_NEOPIXEL (&pin_GPIO1)

View File

@ -1,6 +1,6 @@
USB_VID = 0x239A
USB_PID = 0x80E6
USB_PRODUCT = "EInk Portal"
USB_PRODUCT = "MagTag"
USB_MANUFACTURER = "Adafruit"
INTERNAL_FLASH_FILESYSTEM = 1