### esp32測試結合前端html - [x] Add the library to platformio.ini 將lib加入到platformio.ini - [x] Specify the ESP32 version as 6.8.1 指定esp32的版本為6.8.1 - [x] Specify the library version as 3.1.5 指定library的版本為3.1.5 - [x] Write a simple HTML file 寫一個簡易html - [x] Write a simple JavaScript fetch function 寫一個簡易js fetch - [x] Set up a web server on the ESP32 在 ESP32 上配置 Web 伺服器 - [x] Test and run the setup 測試執行 ### esp32正式結合前端html - [x] Write server.on 寫server.on - [x] Integrate the final UI design with the ESP32 backend 將正式UI design結合esp32後端 - [x] Merge the website branch into esp32 將分支website merge到esp32
esp32測試結合前端html
Add the library to platformio.ini 將lib加入到platformio.ini
Specify the ESP32 version as 6.8.1 指定esp32的版本為6.8.1
Specify the library version as 3.1.5 指定library的版本為3.1.5
Write a simple HTML file 寫一個簡易html
Write a simple JavaScript fetch function 寫一個簡易js fetch
Set up a web server on the ESP32 在 ESP32 上配置 Web 伺服器
Test and run the setup 測試執行
esp32正式結合前端html
Write server.on 寫server.on
Integrate the final UI design with the ESP32 backend 將正式UI design結合esp32後端
Merge the website branch into esp32 將分支website merge到esp32