1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-01 02:21:46 +02:00

Revert "Revert "update dependent lubs in platformio.ini.""

This reverts commit 6674e07a00.
This commit is contained in:
odaki
2019-06-18 22:19:43 +09:00
parent 6674e07a00
commit 5ed974ee68

View File

@@ -5,15 +5,20 @@ data_dir=Grbl_Esp32/data
[common_env_data]
lib_deps_builtin =
EEPROM
ArduinoOTA
BluetoothSerial
WiFi
DNSServer
EEPROM
ESPmDNS
FS
Preferences
SD
SPI
Preferences
SPIFFS
Update
WebServer
WiFi
WiFiClientSecure
[env:nodemcu-32s]
platform = espressif32
@@ -21,3 +26,4 @@ board = nodemcu-32s
framework = arduino
upload_speed = 512000
board_build.partitions = min_spiffs.csv
monitor_speed = 115200