Wgranie zmian do repozytorium

This commit is contained in:
2026-05-10 16:46:04 +02:00
commit a68b81ed4a
1608 changed files with 254964 additions and 0 deletions

28
platformio.ini Normal file
View File

@@ -0,0 +1,28 @@
; 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