Wykres commitów

123 Commity (bb18c7e5743c53ecea455178de132d0b05b3e2f8)

Autor SHA1 Wiadomość Data
sh123 7f968a4e7c Remove 4 byte prefix 2022-12-12 08:13:36 +02:00
sh123 641987e0f8 More interoperability cases 2022-12-11 19:06:00 +02:00
sh123 8d872510b0 Use lora-aprs 3 byte prefix only if specified in config 2022-12-11 18:21:45 +02:00
sh123 65c3eb7481 Do not clear dio action if it is not set 2022-12-10 11:20:19 +02:00
sh123 a628d4ed21 Trace logging 2022-12-03 23:47:13 +02:00
sh123 071e2d9b5b Renames 2022-12-03 16:02:35 +02:00
sh123 0c7785ecf8 Minor refactoring 2022-12-03 15:56:22 +02:00
sh123 8a25bf13cb
Remove dependency on arduino-LoRa library, use RadioLib only (#42)
- Remove dependency on arduino-LoRa library, use RadioLib only
- Run radio TX on the same task where RX is running
- Refactor for better readability
2022-12-03 15:43:37 +02:00
sh123 f0fcd6ce03 Use xTaskNotifyFromISR/xTaskNotifyWait to notify on incoming data from ISR 2022-10-16 14:27:31 +03:00
sh123 e2165619c0 Fix CRC enabling for loralib 2022-10-16 10:10:29 +03:00
sh123 5239efcf0b Update ERR_NONE -> RADIOLIB_ERR_NONE for new radiolib 2022-09-05 16:20:18 +03:00
sh123 c0dd6efd29 Fix bug with overriding last char in info 2022-08-26 11:29:15 +03:00
sh123 bac3bd69ec Signal report for mic-e packets 2022-07-06 16:54:13 +03:00
sh123 ebda9b88cb Include signal report into the aprs position packet with messaging support 2022-07-06 16:48:39 +03:00
sh123 3568d28e32 Time on air logging 2022-06-21 11:07:52 +03:00
sh123 f60429f4f7 Time on air logging 2022-06-21 11:07:11 +03:00
sh123 3202045e89 Time on air logging 2022-06-21 11:02:26 +03:00
sh123 bcdc71c121 Added time on air logging 2022-06-21 10:58:33 +03:00
sh123 75d756ded5 Logging update 2022-06-20 18:58:49 +03:00
sh123 a3cde349c1 Add support for split operation 2022-03-11 21:30:50 +02:00
sh123 ba4961fc76 Replace MODULE_NAME == with USE_SX126X 2021-11-23 11:49:27 +02:00
sh123 41d6f86567 Include frequency error into the comment only when it is not 0 2021-11-23 11:48:06 +02:00
sh123 0e4c6c1679 Log minimum decode level 2021-11-22 12:19:53 +02:00
sh123 886a0a91d5 Allow specifying some more lora parameters from config.h 2021-11-22 11:57:12 +02:00
sh123 fb541e2a48 Improve logic 2021-11-20 15:07:10 +02:00
sh123 589d4d4103 Use current rx status is CAD for sx126x 2021-11-20 15:03:21 +02:00
sh123 901030ef47 Move RF switch pin selection to config, allow to specify all options in config.h 2021-11-15 15:44:37 +02:00
sh123 90a342e8c4 Additional logging 2021-11-13 11:31:31 +02:00
sh123 36a621766d Additional module type logging 2021-11-13 11:27:57 +02:00
sh123 a07dbada5a Improve module selection 2021-11-13 11:07:49 +02:00
sh123 1805d55500 Fix bug with log levels 2021-11-13 11:04:03 +02:00
sh123 59b94b4be8 Fix wrong define usage 2021-11-13 11:01:51 +02:00
sh123 7b90dcc589 Add configurable support for reading in ISR vs reading on separate task 2021-11-12 20:39:39 +02:00
sh123 af096a3548 Add config option to set debug level, add trace calls for incoming and outgoing data 2021-11-12 19:57:12 +02:00
sh123 34663fb943 Fix compilation issue when using lora lib 2021-11-12 10:36:04 +02:00
Gabriel Huang 1224ae9c1b
Uses SX1268 (#28)
fix three SX1268 unimplemented functions in RadioLib
2021-11-10 08:59:34 +02:00
sh123 2c6ac8dcfe Rename dio0/dio1 to A/B to make them more generic 2021-10-31 14:49:03 +02:00
sh123 5e33216c83 Pass Dio1 pin to module 2021-10-31 14:21:33 +02:00
sh123 3d6e059420 Remove some magic constants 2021-10-26 19:37:01 +03:00
sh123 1d7abf732e Logging 2021-10-26 16:49:03 +03:00
sh123 73d172df0c Logging 2021-10-26 16:36:16 +03:00
sh123 6a3cc32613 Append \0 in receive 2021-10-26 16:18:49 +03:00
sh123 987a83184b Improve and refactor 2021-10-26 15:34:08 +03:00
sh123 5abf4e8d09 Comments, logging 2021-10-26 15:15:02 +03:00
sh123 e6e016a035 Fixes for TNC2 support 2021-10-26 15:07:27 +03:00
sh123 55d74c04e4 Add ability to disable KISS and run in TNC2 mode 2021-10-26 13:09:43 +03:00
sh123 a1c8f2761c Add configuration flag to allow text aprs messaging 2021-10-26 12:01:14 +03:00
sh123 d47fdc891b Cleanup 2021-10-25 17:39:10 +03:00
sh123 952c2f1a3c Take module name from file 2021-10-25 16:53:52 +03:00
sh123 635df470aa Disable bluetooth if USB mode is active 2021-10-22 22:20:17 +03:00