Skip to content

feat(boards): update wifiduinov2&wifiduino32s3 boards setting #11440

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

Merged
merged 10 commits into from
Jun 10, 2025
Prev Previous commit
ci(pre-commit): Apply automatic fixes
  • Loading branch information
pre-commit-ci-lite[bot] authored Jun 10, 2025
commit c03a07bbcbda990467ffb9de48bfeea8623147dc
5 changes: 2 additions & 3 deletions variants/wifiduino32s3/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
#include <stdint.h>
#include "soc/soc_caps.h"

#define USB_VID 0x303a
#define USB_PID 0x1001
#define USB_VID 0x303a
#define USB_PID 0x1001
#define USB_MANUFACTURER "openjumper"
#define USB_PRODUCT "Wifiduino32-S3"
#define USB_SERIAL "" // Empty string for MAC address


// Some boards have too low voltage on this pin (board design bug)
// Use different pin with 3V and connect with 48
// and change this setup for the chosen pin (for example 38)
Expand Down