Skip to content

add dfrobot lorawan esp32s3 board #11362

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 12 commits into from
May 22, 2025
Prev Previous commit
Next Next commit
Update pins_arduino.h
  • Loading branch information
qhddz authored May 17, 2025
commit 5bbf9fe38a91b231ae7543a8bd47bc6ed7d4f21e
2 changes: 1 addition & 1 deletion variants/dfrobot_lorawan_esp32s3/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static const uint8_t SCK = 12;

#define TFT_DC 14
#define TFT_CS 17
#define TFT_RST 15
#define TFT_RST 15
#define TFT_BL 16 // Backlight pin

#endif /* Pins_Arduino_h */