Files
ESP32-WijiBoard/platformio.ini
T
PROFERIS - Mi³osz Stocki 67b4eda6aa Initial commit
2026-07-06 11:34:03 +02:00

22 lines
563 B
INI
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
; PlatformIO Project Configuration
; Board: Waveshare ESP32-S3-Zero (or compatible ESP32-S3)
; Project: WijiBoard BLE SCARA Stepper Controller
[env:esp32-s3-devkitc-1]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
; USB CDC on boot Serial Monitor works over native USB
build_flags =
-D ARDUINO_USB_MODE=1
-D ARDUINO_USB_CDC_ON_BOOT=1
; Adjust to your COM port
monitor_speed = 115200
upload_protocol = esptool
lib_deps =
; AccelStepper for smooth, non-blocking stepper control
waspinator/AccelStepper @ ^1.64