Porównaj commity

...

7 Commity

Autor SHA1 Wiadomość Data
sh123 cc19becdf9 Merge branch 'master' of https://github.com/sh123/esp32_loraprs 2023-03-18 21:02:31 +02:00
sh123 fd387c3f00 Fix lib table 2023-03-18 21:02:13 +02:00
sh123 8ec92d08d1
Update README.md 2023-03-18 20:53:33 +02:00
sh123 8fd408eba5
Update README.md 2023-03-18 20:52:21 +02:00
sh123 087eb487f2
Update README.md 2023-03-18 20:51:36 +02:00
sh123 b3d2599415
Update README.md 2023-03-18 20:51:17 +02:00
sh123 99e419e3dc
Update README.md 2023-03-18 20:50:28 +02:00
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -29,6 +29,10 @@ Modules, which are used by users and known to work
- To build for iGate mode use `pio run -e esp32dev_igate`
# Development board
Development board schematics, case and antenna models are available under `extras/cad` and `extras/schematics`.
Development board schematics, case and antenna models are available under `extras/cad` and `extras/schematics`.
Supported ESP32 boards are with 30 and 38 pinouts (configured with solder pads).
⚠ **ESP32 socket on the devboard is for narrow ESP32 boards, such as NodeMCU-32S!**
![Modes of operation](extras/images/device.png)

Wyświetl plik

@ -1,3 +1,3 @@
(fp_lib_table
(lib (name gs)(type KiCad)(uri ${KIPRJMOD}/lora_tracker.pretty)(options "")(descr ""))
(lib (name lora_tracker)(type KiCad)(uri ${KIPRJMOD}/lora_tracker.pretty)(options "")(descr ""))
)