feat: initial commit

This commit is contained in:
2026-06-05 01:03:27 +02:00
commit 65bd552aec
8 changed files with 1285 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[env:esp32-c6]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
board = seeed_xiao_esp32c6
framework = arduino
monitor_speed = 115200
upload_port = /dev/cu.usbmodem1101
monitor_port = /dev/cu.usbmodem1101
upload_speed = 921600
lib_deps =
olikraus/U8g2
acrandal/RevEng PAJ7620
bblanchon/ArduinoJson@^7.2.1
mathieucarbou/ESPAsyncWebServer@^3.3.12
build_flags =
-std=gnu++17