Skip to content

Commit

Permalink
Merge pull request #405 from CircuitART/master
Browse files Browse the repository at this point in the history
Revision 2 of CircuitART Zero S3
  • Loading branch information
hathach authored Aug 30, 2024
2 parents 9304d9f + f790b53 commit 1afb3f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ports/espressif/boards/circuitart_zero_s3/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
//--------------------------------------------------------------------+

// GPIO connected to Neopixel data
#define NEOPIXEL_PIN 3
#define NEOPIXEL_PIN 47

// Brightness percentage from 1 to 255
#define NEOPIXEL_BRIGHTNESS 0x10

// Number of neopixels
#define NEOPIXEL_NUMBER 1
#define NEOPIXEL_NUMBER 4

// LED for indicator and writing flash
// If not defined neopixel will be use for flash writing instead
Expand Down Expand Up @@ -99,7 +99,7 @@
#define USB_PRODUCT "ZeroS3"

#define UF2_PRODUCT_NAME USB_MANUFACTURER " " USB_PRODUCT
#define UF2_BOARD_ID "ESP32S3-Zero-R1"
#define UF2_BOARD_ID "ESP32S3-Zero-R2"
#define UF2_VOLUME_LABEL "ZEROS3BOOT"
#define UF2_INDEX_URL "https://github.com/CircuitART"

Expand Down

0 comments on commit 1afb3f6

Please sign in to comment.