1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-03 03:13:25 +02:00

Revert "update dependent lubs in platformio.ini."

This reverts commit f887e62320.
This commit is contained in:
odaki
2019-06-18 22:16:13 +09:00
parent f887e62320
commit 6674e07a00

View File

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