Wykres commitów

189 Commity (master)

Autor SHA1 Wiadomość Data
Phil Crump 6aafb8ac84 listener: Add separate thread for listener telemetry upload loop. 2018-02-08 22:48:58 +00:00
Phil Crump 47f8fd9c9c
gui.c: Add lowercase letters to tuning help table. 2018-02-06 10:06:28 +00:00
Phil Crump ba0bcc3fe3
gui.c: Correct tuning units. 2018-02-06 10:04:23 +00:00
Dave Akerman 4ee4530705 V1.8.12 - Null Uplink 2017-10-01 10:07:54 +00:00
Dave Akerman 605eb3bb96 V1.8.11 - Added mode 8 for SSDV repeater network 2017-09-21 13:25:40 +00:00
Dave Akerman dc017aa550 Fix to handle telemetry that begins with a '%' (meaning repeated/modified) 2017-09-11 17:21:40 +00:00
Dave Akerman 8a4ae4e389 V1.8.9 - Mode 7 added, Telnet to HAB added 2017-09-01 10:52:52 +00:00
Dave Akerman a9ca0103d8 Skip extra $'s at start of telemetry; work with missing LF from end of telemetry 2017-08-28 13:15:38 +00:00
Pi In The Sky Project fdda19099d Merge pull request #36 from rharrison/master
Added help screen and fixed a padding bug
2017-04-18 11:44:47 +01:00
Robert 19c7c7ec19 Fixed error in README.md 2017-04-18 10:37:42 +00:00
Robert 196e19a1fd Updated README.md and flicked the version to 1.8.7 2017-04-18 10:34:35 +00:00
Robert fda5265306 Working help screen & fixed padding bug for Telemetry causing the text (ytes) to remain on the screen 2017-04-18 10:26:24 +00:00
Robert dbaea0ba8b Restore screen after closing help window 2017-04-18 07:34:04 +00:00
Robert 47ec677639 Half way there with the help screen 2017-04-17 21:40:01 +00:00
Dave Akerman 20ae9016e1 Updated instructions to include SSDV installation 2017-01-18 16:51:38 +00:00
Dave Akerman d90456e8e4 Simplified installation instructions 2017-01-18 16:39:17 +00:00
Dave Akerman b4d17135b7 V1.8.6 - Random delay after habitat 409 conflict; payload array for JSON 2016-10-16 16:09:46 +00:00
Dave Akerman 0843b3027b V1.8.6 - Random delay after habitat 409 conflict; payload array for JSON 2016-10-16 16:05:37 +00:00
Pi In The Sky Project 3450c9274e Merge pull request #27 from dbrooke/master
Fix missing uploads to habitat
2016-10-16 08:54:11 +01:00
David Brooke c71d7d17a6 Tidy up habitat exception reporting 2016-10-14 14:03:38 +01:00
David Brooke 6015f3be7d Merge branch 'master' of https://github.com/PiInTheSky/lora-gateway
Conflicts:
	habitat.c
2016-09-30 19:25:13 +01:00
Dave Akerman 1210ec15cf V1.8.5 - AFC changes; rename config file from sample if missing 2016-09-27 19:23:41 +00:00
David Brooke 3c8a3a7f39 Merge branch 'master' of https://github.com/PiInTheSky/lora-gateway 2016-09-20 15:43:32 +01:00
Dave Akerman 7b262838e0 V1.8.4 - Fix to handle disable LoRa channel 2016-09-15 19:35:41 +00:00
Dave Akerman e5295d5bab V1.8.3 - More on LCARS link; added atexit(), fixed thread closing error, RSSI function 2016-09-15 13:02:25 +00:00
Dave Akerman 3b1912e5ec Config in array; new settings screen; LCARS settings 2016-09-14 08:14:43 +00:00
Dave Akerman 5090518d2b Config in array; new settings screen; LCARS settings 2016-09-14 08:13:11 +00:00
David Brooke 1ec0908fd1 Retry habitat upload in case of save conflict 2016-09-05 20:46:55 +01:00
David Brooke 5de3db0cbd Merge branch 'master' of https://github.com/PiInTheSky/lora-gateway 2016-09-05 19:48:04 +01:00
Dave Akerman 10146fd11e V1.8.1 - Caption added M0RJX, Ignore CR in gateway.txt, auto trailing slash on config filepaths 2016-09-04 10:50:59 +00:00
Dave Akerman 9dfc0590ba V1.8.1 - Caption added M0RJX, Ignore CR in gateway.txt, auto trailing slash on config filepaths 2016-09-04 10:50:39 +00:00
David Brooke 21a48617ad Merge branch 'master' of https://github.com/PiInTheSky/lora-gateway 2016-09-03 15:02:15 +01:00
Dave Akerman 005d4a0646 V1.8 - Various fixes; extra uplink config; JSON changes 2016-09-03 06:32:24 +00:00
Dave Akerman c92f0cac24 V1.8 - Various fixes; extra uplink config; JSON changes 2016-09-03 06:32:10 +00:00
David Brooke 5a05fb2d05 Merge branch 'master' of https://github.com/PiInTheSky/lora-gateway 2016-08-26 22:43:32 +01:00
Dave Akerman 97e532d58e Removed gateway-sample.txt 2016-08-25 21:11:10 +00:00
David Brooke 76a744cfef Merge remote-tracking branch 'upstream/master' 2016-08-19 13:37:07 +01:00
Pi In The Sky Project 65bdf0be34 Merge pull request #21 from rharrison/master
Added CURLOPT_FAILONERROR
2016-08-19 08:57:10 +01:00
Robert 98344690b4 removed gateway.custom 2016-08-18 19:52:11 +00:00
Robert 1585d83b60 Replaced gateway.txt with Dave's 2016-08-18 19:48:32 +00:00
Robert f529dba83d added some test files to .gitignore 2016-08-18 19:33:52 +00:00
Robert fc940fcd5b Added CURLOPT_FAILONERROR to ssdv.c and also added curl_slist_free_all(headers) which was missing 2016-08-18 19:21:37 +00:00
Robert 45dcff66e3 Added CURLOPT_FAILONERROR to capture http errors on habhub these will now be reported via log message at the botom of the window 2016-08-18 19:12:07 +00:00
Robert cb9fb1a6e7 Fixed code to be thread safe 2016-08-18 09:42:19 +00:00
Robert 125a07a9e2 Changed frequency screen format to xxx.xxx.x MHz 2016-08-09 12:34:42 +00:00
Robert 5991ad26eb Changed frequency screen format to xxx.xxx.x MHz 2016-08-09 12:32:44 +00:00
David Brooke fe9cc0a54e Merge remote-tracking branch 'upstream/master' 2016-07-06 11:53:00 +01:00
Dave Akerman ccdb91462c V1.6: SSDV multiple packets per upload; fix 100% CPU in SSDV thread 2016-06-27 13:56:02 +00:00
David Brooke 5a268b2e92 Merge remote-tracking branch 'upstream/master' 2016-05-23 10:25:47 +01:00
Dave Akerman a6d8e531ff Better status screen; renamed default config file 2016-05-23 07:46:32 +00:00