Initial commit

This commit is contained in:
2025-11-30 15:23:20 +07:00
commit be47032155
13 changed files with 666 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
; 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:nodemcu-32s]
platform = espressif32
board = nodemcu-32s
framework = arduino
board_build.filesystem = littlefs
lib_deps = fhessel/esp32_https_server@^1.0.0