1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-01-17 22:28:29 +01:00

Update platformio.ini

This commit is contained in:
bdring 2020-06-16 16:40:48 -05:00
parent 5b6b525445
commit 98559bab82

View File

@ -20,17 +20,22 @@ lib_deps_builtin =
WiFi
WiFiClientSecure
[env:nodemcu-32s]
[env:esp32dev]
lib_deps =
TMCStepper
arduinoWebSockets
ESP32SSPD
platform = espressif32
board = nodemcu-32s
board = esp32dev
framework = arduino
upload_speed = 512000
upload_speed = 921600
board_build.partitions = min_spiffs.csv
monitor_speed = 115200
board_build.f_cpu = 240000000L
; set frequency to 80MHz
board_build.f_flash = 80000000L
board_build.flash_mode = qio
build_flags =
;-DMACHINE_FILENAME=test_drive.h ;Remove ";" from the beginning of this line and specify the machine file
-DCORE_DEBUG_LEVEL=0
@ -39,3 +44,4 @@ build_flags =
src_filter =
+<*.h> +<*.s> +<*.S> +<*.cpp> +<*.c> +<*.ino> +<src/>
-<.git/> -<data/> -<test/> -<tests/> -<Custom/>