# ESP32-SDcard-WebServer **Repository Path**: qc666_admin/ESP32-SDcard-WebServer ## Basic Information - **Project Name**: ESP32-SDcard-WebServer - **Description**: Programming based on Arduino IDE, implementation of file upload and download, webpage flash game, video offline play, clipboard and AP STA AP + sta mode conversion. - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-01-14 - **Last Updated**: 2024-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ESP32-SDcard-WebServer 项目名称:ESP32 SD卡 服务器 作者:B站 狼尾巴的猫 项目实现文件上传下载、网页flash游戏、播放视频、模式转换(AP STA AP+STA互相转换)、剪切板功能 演示视频: 1、 https://www.bilibili.com/video/BV1RS4y1k7Xs 2、 https://www.bilibili.com/video/BV1r34117746 3、 https://www.bilibili.com/video/BV1SG411x7tz SD卡代码参考 https://youtu.be/QAbn-7Ai6UU 文件上传、网页响应代码参考 http://www.taichi-maker.com/homepage/esp8266-nodemcu-iot/iot-c/spiffs/spiffs-web-server/file-upload-server/ flash播放器使用objecty https://wiltgen.net/objecty/ 视频播放器使用videoJS 网页配网代码参考 https://github.com/yuan910715/Esp8266_NTP_Clock_Weather 中的网页配网部分