mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-01-17 14:18:16 +01:00
f887e62320
add serial monitor speed to use PlatformIO serial minitor function.
30 lines
414 B
INI
30 lines
414 B
INI
[platformio]
|
|
src_dir=Grbl_Esp32
|
|
lib_dir=libraries
|
|
data_dir=Grbl_Esp32/data
|
|
|
|
[common_env_data]
|
|
lib_deps_builtin =
|
|
ArduinoOTA
|
|
BluetoothSerial
|
|
DNSServer
|
|
EEPROM
|
|
ESPmDNS
|
|
FS
|
|
Preferences
|
|
SD
|
|
SPI
|
|
SPIFFS
|
|
Update
|
|
WebServer
|
|
WiFi
|
|
WiFiClientSecure
|
|
|
|
[env:nodemcu-32s]
|
|
platform = espressif32
|
|
board = nodemcu-32s
|
|
framework = arduino
|
|
upload_speed = 512000
|
|
board_build.partitions = min_spiffs.csv
|
|
monitor_speed = 115200
|