mirror of
https://github.com/skoelle/m5stack-dashboard.git
synced 2026-09-17 16:50:23 +00:00
23 lines
515 B
Markdown
23 lines
515 B
Markdown
# AGENTS.md
|
|
|
|
## Build Command
|
|
|
|
```sh
|
|
.venv-platformio/bin/pio run
|
|
```
|
|
|
|
## Lizenz
|
|
|
|
MIT License, Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
|
|
|
- `LICENSE` — vollständiger Lizenztext im Projektroot
|
|
- Jede `.cpp`/`.h`-Datei beginnt mit:
|
|
```
|
|
// Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de) - MIT License
|
|
```
|
|
- Jede `.sh`-Datei beginnt mit:
|
|
```
|
|
# Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de) - MIT License
|
|
```
|
|
- `README.md` — Copyright-Verweis am Ende der Datei
|