platformio
sh123 2022-12-19 10:46:49 +02:00
rodzic 891b006504
commit 6881597fa4
1 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,14 @@ Modules, which are used by users and known to work
- RA-02 (SX1276)
- TTGO T-Beam (SX1276)
# Building
- Update `include/config.h`
- Build for client/tracker mode
`pio run -e esp32dev`
- Build for iGate
`pio run -e esp32dev_igate`
# Development board
Development board schematics, case and antenna models are available under `cad` and `schematics`.
Development board schematics, case and antenna models are available under `extras/cad` and `extras/schematics`.
![Modes of operation](extras/images/device.png)