2019-02-05 01:56:46 +01:00
|
|
|
[platformio]
|
|
|
|
src_dir=Grbl_Esp32
|
|
|
|
lib_dir=libraries
|
|
|
|
data_dir=Grbl_Esp32/data
|
|
|
|
|
2019-05-04 01:18:06 +09:00
|
|
|
[common_env_data]
|
|
|
|
lib_deps_builtin =
|
2019-06-18 22:11:27 +09:00
|
|
|
ArduinoOTA
|
2019-05-04 01:18:06 +09:00
|
|
|
BluetoothSerial
|
2019-06-18 22:11:27 +09:00
|
|
|
DNSServer
|
|
|
|
EEPROM
|
|
|
|
ESPmDNS
|
2019-05-04 01:18:06 +09:00
|
|
|
FS
|
2019-06-18 22:11:27 +09:00
|
|
|
Preferences
|
2019-05-04 01:18:06 +09:00
|
|
|
SD
|
|
|
|
SPI
|
|
|
|
SPIFFS
|
2019-06-18 22:11:27 +09:00
|
|
|
Update
|
2019-05-04 01:18:06 +09:00
|
|
|
WebServer
|
2019-06-18 22:11:27 +09:00
|
|
|
WiFi
|
|
|
|
WiFiClientSecure
|
2019-05-04 01:18:06 +09:00
|
|
|
|
2019-02-05 01:56:46 +01:00
|
|
|
[env:nodemcu-32s]
|
|
|
|
platform = espressif32
|
|
|
|
board = nodemcu-32s
|
|
|
|
framework = arduino
|
|
|
|
upload_speed = 512000
|
2019-05-04 15:26:26 +09:00
|
|
|
board_build.partitions = min_spiffs.csv
|
2019-06-18 22:11:27 +09:00
|
|
|
monitor_speed = 115200
|