Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qtpys2 #167

Merged
merged 4 commits into from
Dec 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions ports/esp32s2/boards/adafruit_qtpy_esp32s2/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* THE SOFTWARE.
*/

#ifndef ADAFRUIT_FEATHER_ESP32S2_H_
#define ADAFRUIT_FEATHER_ESP32S2_H_
#ifndef ADAFRUIT_QTPY_ESP32S2_H_
#define ADAFRUIT_QTPY_ESP32S2_H_

//--------------------------------------------------------------------+
// Button
Expand All @@ -36,7 +36,7 @@

// GPIO that implement 1-bit memory with RC components which hold the
// pin value long enough for double reset detection.
#define PIN_DOUBLE_RESET_RC 15
#define PIN_DOUBLE_RESET_RC 10

//--------------------------------------------------------------------+
// LED
Expand All @@ -61,11 +61,11 @@
#define USB_VID 0x239A
#define USB_PID 0x0111
#define USB_MANUFACTURER "Adafruit"
#define USB_PRODUCT "Feather QT Py"
#define USB_PRODUCT "QT Py ESP32-S2"

#define UF2_PRODUCT_NAME USB_MANUFACTURER " " USB_PRODUCT
#define UF2_BOARD_ID "ESP32S2-QTPY-revA"
#define UF2_BOARD_ID "ESP32S2-QTPY-revB"
#define UF2_VOLUME_LABEL "QTPYS2BOOT"
#define UF2_INDEX_URL "https://www.adafruit.com/product/pid" // TODO update link
#define UF2_INDEX_URL "https://www.adafruit.com/product/5325" // TODO update link

#endif