forked from Akcelerometry_drgania_WMT/PI_mikrokontroler
Wgranie zmian do repozytorium
This commit is contained in:
30
releases/v1.4.2/platformio.ini
Normal file
30
releases/v1.4.2/platformio.ini
Normal file
@@ -0,0 +1,30 @@
|
||||
; PlatformIO Project Configuration File
|
||||
;
|
||||
; Build options: build flags, source filter
|
||||
; Upload options: custom upload port, speed and extra flags
|
||||
; Library options: dependencies, extra library storages
|
||||
; Advanced options: extra scripting
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:freenove_esp32_s3_wroom]
|
||||
;platform = espressif32
|
||||
platform = platformio/espressif32
|
||||
board = freenove_esp32_s3_wroom
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
;monitor_port = /dev/cu.usbmodem5A671676821
|
||||
;monitor_port = /dev/cu.usbmodem5A671676561
|
||||
; jedyne źródło prawdy dla USB-CDC:
|
||||
;board_build.arduino.usb_mode = cdc
|
||||
;board_build.arduino.usb_cdc_on_boot = enable
|
||||
build_flags =
|
||||
-DBOARD_HAS_PSRAM
|
||||
-DCORE_DEBUG_LEVEL=3
|
||||
-DLOG_LOCAL_LEVEL=ESP_LOG_INFO ; potrzebne, by ESP_LOGx nie były wycięte
|
||||
;-D ARDUINO_USB_CDC_ON_BOOT=1 ; UART print
|
||||
;-D ARDUINO_USB_MODE=1 ; UART print
|
||||
lib_deps =
|
||||
adafruit/RTClib@^2.1.4
|
||||
bblanchon/ArduinoJson@^7.0.4
|
||||
Reference in New Issue
Block a user