Compare commits

...

4 Commits

Author SHA1 Message Date
Rain-Kotsuzui
8aba2989e4
Update README.md 2025-07-03 13:02:37 +08:00
sushi rui
dfa85ad696 LICENSE 2025-07-03 10:08:12 +08:00
Rain-Kotsuzui
dc4d9afcda
Update README.md 2025-07-03 09:54:14 +08:00
Rain-Kotsuzui
d26df95537
Update README.md 2025-07-03 09:53:16 +08:00
2 changed files with 26 additions and 1 deletions

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2025 Rain-Kotsuzui MeowLynxSea
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -39,7 +39,6 @@ MarsCar 是一个基于 ESP32 的火星车项目,带有一个机械臂,可
* **视频播放**: `media_kit` (RTSP 协议) * **视频播放**: `media_kit` (RTSP 协议)
* **状态管理**: `provider` * **状态管理**: `provider`
* **图表**: `fl_chart` * **图表**: `fl_chart`
## 🚀 如何开始 ## 🚀 如何开始
### **硬件要求** ### **硬件要求**
@ -55,6 +54,7 @@ MarsCar 是一个基于 ESP32 的火星车项目,带有一个机械臂,可
1. **ESP-IDF**: 参照 [官方文档](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/) 进行安装和配置。 1. **ESP-IDF**: 参照 [官方文档](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/) 进行安装和配置。
2. **Flutter**: 参照 [官方文档](https://flutter.dev/docs/get-started/install) 进行安装。 2. **Flutter**: 参照 [官方文档](https://flutter.dev/docs/get-started/install) 进行安装。
3. **App**: [下载](https://cloud.meowdream.cn/)
### **编译与烧录** ### **编译与烧录**
1. 克隆本仓库。 1. 克隆本仓库。
@ -65,3 +65,7 @@ MarsCar 是一个基于 ESP32 的火星车项目,带有一个机械臂,可
## 协议 ## 协议
本项目基于 Apache-2.0 协议。详情请见 [LICENSE](https://www.google.com/search?q=rain-kotsuzui/marscar/MarsCar-979f33becefb45504f5706dfb15daa39fc480306/managed_components/espressif__servo/license.txt) 文件。 本项目基于 Apache-2.0 协议。详情请见 [LICENSE](https://www.google.com/search?q=rain-kotsuzui/marscar/MarsCar-979f33becefb45504f5706dfb15daa39fc480306/managed_components/espressif__servo/license.txt) 文件。
## 友链
[flutter项目地址](https://git.meowdream.cn/MeowLynxSea/MarsCarController)