Wykres commitów

22 Commity (master)

Autor SHA1 Wiadomość Data
sh123 8a6427f088 Fix issue with RadioLib API changes 2023-12-01 16:37:01 +02:00
sh123 e78e0e8513 Serial tx delay update 2023-11-17 15:49:48 +02:00
sh123 cf99eb014d Avoid switching to rx on each packet 2023-11-17 14:25:06 +02:00
sh123 b89a13680e Handle control data escape 2023-11-17 14:25:06 +02:00
sh123 0a43429b1c Convert to khz 2023-11-17 14:25:06 +02:00
sh123 2083f946d9 Update SetHardware command 2023-11-17 14:25:06 +02:00
sh123 127ccbe072 Add support for FSK modulation 2023-11-16 17:15:52 +02:00
sh123 3540ef3006 Allow to specify preamble length and select modem type from platformio ini 2023-03-15 08:26:07 +02:00
sh123 c203b98d51 Fix typo 2023-01-05 16:07:33 +02:00
sh123 82aedb11fe Allow digirepeating in client mode 2023-01-04 20:04:20 +02:00
sh123 a4fe30319e Add fix for last character loss 2023-01-03 17:50:12 +02:00
sh123 d094d05cd4 Fix for TNC2 digi repeating 2022-12-30 23:43:14 +02:00
sh123 4d653c3fcb Small refactoring 2022-12-29 19:24:39 +02:00
sh123 c2e65d9bf6 Small refactoring 2022-12-29 18:54:13 +02:00
sh123 5f4b5a7ddb Version logging 2022-12-22 21:39:43 +02:00
sh123 9349cd9fc1 Improve half duplex operation 2022-12-22 15:14:37 +02:00
sh123 e3196d4736 Small refactoring 2022-12-21 15:38:52 +02:00
sh123 ca926369f9 Fix naming 2022-12-20 13:06:32 +02:00
sh123 2515924479 Minor improvements 2022-12-20 11:02:31 +02:00
sh123 6dc667be62 Split operation fixes 2022-12-20 10:57:29 +02:00
sh123 cc0145a5e8 Styling 2022-12-19 13:36:26 +02:00
sh123 6dd9a96037
Switch project from Arduino to PlatformIO (#52)
* Moved to platformio

* Moved cad models and schematics under extras

* Update README.md

* Added .gitignore

* Specify upload protocol

* Refactor platformio.ini

* Allow building igate mode from platformio file

* Move images to extras

* Update readme

* Update readme

* Use specific arduinoespressif version

* Added ttgo-lora32-v1

* Rename file and update gitignore

* Fix warnings

* Update readme

* Update readme

* Do not send telemetry in igate mode and send battery level every minute
2022-12-19 11:00:27 +02:00