feat: initial

This commit is contained in:
2025-12-10 10:00:17 +03:00
parent 22a17f5925
commit feec7770f7
23 changed files with 48945 additions and 1 deletions

View File

@@ -1,2 +1,17 @@
# ate0003.000.000
# Universal Phase-Controlled Aircraft Light Activation Box
## Tested on
1. [ESP32 ESP-IDF v5.5.1](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32/index.html)
## Build and flash
Run the following command to firmware build and flash module:
```text
cd your_projects_folder
git clone --recurse-submodules http://git.zh.com.ru/aerotech/ate0003
cd ate0003
idf.py build
idf.py flash
```