mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-03 19:32:39 +02:00
Revert "Revert "update dependent lubs in platformio.ini.""
This reverts commit 6674e07a00
.
This commit is contained in:
@@ -5,15 +5,20 @@ data_dir=Grbl_Esp32/data
|
|||||||
|
|
||||||
[common_env_data]
|
[common_env_data]
|
||||||
lib_deps_builtin =
|
lib_deps_builtin =
|
||||||
EEPROM
|
ArduinoOTA
|
||||||
BluetoothSerial
|
BluetoothSerial
|
||||||
WiFi
|
DNSServer
|
||||||
|
EEPROM
|
||||||
|
ESPmDNS
|
||||||
FS
|
FS
|
||||||
|
Preferences
|
||||||
SD
|
SD
|
||||||
SPI
|
SPI
|
||||||
Preferences
|
|
||||||
SPIFFS
|
SPIFFS
|
||||||
|
Update
|
||||||
WebServer
|
WebServer
|
||||||
|
WiFi
|
||||||
|
WiFiClientSecure
|
||||||
|
|
||||||
[env:nodemcu-32s]
|
[env:nodemcu-32s]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
@@ -21,3 +26,4 @@ board = nodemcu-32s
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
upload_speed = 512000
|
upload_speed = 512000
|
||||||
board_build.partitions = min_spiffs.csv
|
board_build.partitions = min_spiffs.csv
|
||||||
|
monitor_speed = 115200
|
||||||
|
Reference in New Issue
Block a user