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:19:43 +09:00
|
|
|
ArduinoOTA
|
2019-06-18 22:16:13 +09:00
|
|
|
BluetoothSerial
|
2019-06-18 22:19:43 +09:00
|
|
|
DNSServer
|
|
|
|
EEPROM
|
|
|
|
ESPmDNS
|
2019-05-04 01:18:06 +09:00
|
|
|
FS
|
2019-06-18 22:19:43 +09:00
|
|
|
Preferences
|
2019-05-04 01:18:06 +09:00
|
|
|
SD
|
|
|
|
SPI
|
|
|
|
SPIFFS
|
2019-06-18 22:19:43 +09:00
|
|
|
Update
|
2019-05-04 01:18:06 +09:00
|
|
|
WebServer
|
2019-06-18 22:19:43 +09:00
|
|
|
WiFi
|
|
|
|
WiFiClientSecure
|
2019-05-04 01:18:06 +09:00
|
|
|
|
2019-02-05 01:56:46 +01:00
|
|
|
[env:nodemcu-32s]
|
2020-03-22 21:40:06 +09:00
|
|
|
lib_deps =
|
|
|
|
TMCStepper
|
|
|
|
arduinoWebSockets
|
|
|
|
ESP32SSPD
|
2019-02-05 01:56:46 +01:00
|
|
|
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:19:43 +09:00
|
|
|
monitor_speed = 115200
|
2020-03-23 00:52:08 +09:00
|
|
|
build_flags =
|
|
|
|
;-DMACHINE_FILENAME=test_drive.h ;Remove ";" from the beginning of this line and specify the machine file
|
|
|
|
-DCORE_DEBUG_LEVEL=0
|
|
|
|
-Wno-unused-variable
|
|
|
|
-Wno-unused-function
|
|
|
|
src_filter =
|
|
|
|
+<*.h> +<*.s> +<*.S> +<*.cpp> +<*.c> +<*.ino> +<src/>
|
|
|
|
-<.git/> -<data/> -<test/> -<tests/> -<Custom/>
|