Commit graph

2795 commits

Author SHA1 Message Date
Jonathan Naylor b02560ccbc
Merge pull request #776 from f1rmb/fix_TA_memcpy_src_overflow
Fix memcpy overflow, as src and dest are 32 bytes long, only 31 bytes has to be copied, not 32, since an offset is applied to src.
2023-08-10 12:04:37 +01:00
Daniel Caujolle-Bert 2c0f08e2a6
Fix memcpy overflow, as src and dest are 32 bytes long, only 31 bytes has to be copied, not 32, since an offset is applied to src. 2023-08-10 08:08:06 +02:00
Jonathan Naylor de8f991f5a Move DMR TA to t8 and t9 on the Nextion display. 2023-08-07 20:14:49 +01:00
Jonathan Naylor d3f8c17bc8 Add M17 LSF Text data interpretation. 2023-06-16 12:14:35 +01:00
Jonathan Naylor af21cef54d Add interpretation of D-Star slow data text. 2023-06-16 11:35:16 +01:00
Jonathan Naylor 7b836c26e2
Merge pull request #772 from W0CHP/master 2023-06-14 13:37:10 +01:00
Chipster a0f1005f66 Fixed issue in OLED.cpp where display would not fully clear on idle when LogoScreensaver=0 2023-06-14 06:17:57 -05:00
Jonathan Naylor b8c5317584
Merge pull request #765 from W0CHP/master 2023-06-11 20:25:15 +01:00
Chipster 8837696b23 Fix version # per G4KLX, fix OLED IP spacing in idle mode, improve auto-ap stats in OLED 2023-06-11 14:14:39 -05:00
Chipster 3a7d087628 Removed extranneous m_display.startscrolldiagleft func. 2023-06-11 10:35:39 -05:00
Jonathan Naylor 8664e65221
Merge pull request #761 from W0CHP/master
Improve OLED status messages a bit
2023-06-10 08:42:12 +01:00
Chipster 09ba49d486 Improve OLED status messages a bit: M17 tweaks from KC1AWV. Tweaks by W0CHP for Idle/Stopping status messages, and a new status for when the host is in Auto-AP mode. 2023-06-09 16:39:35 -05:00
Jonathan Naylor 9085112b4d Add extra logging when starting and stopping the MMDVM. 2023-06-07 11:28:41 +01:00
Jonathan Naylor d709c2bc60 Clean up the DMR Talker Alias code and logging. 2023-06-06 20:33:25 +01:00
Jonathan Naylor e10454c2d5 Fix the signal handling. 2023-06-06 19:41:17 +01:00
Jonathan Naylor f75ad66a33 Handle the case where the D-Star RF timeout timer is not stopped at the end of a transmission. 2023-01-11 19:35:23 +00:00
Jonathan Naylor 75aef4b459
Merge pull request #757 from n0mjs710/master 2023-01-09 15:16:34 +00:00
Cort Buffington f834c505ca Adding high speed UART support for Armbian + AllWinnder H2/H3 SBCs (ie. NanoPi NEO, OrangePi Zero, etc.) 2023-01-09 07:26:12 -06:00
Jonathan Naylor 8370bdb644 Rename the Makefile.Pi file to have a more accurate name. 2023-01-04 16:27:54 +00:00
Jonathan Naylor 0abfa895bb
Merge pull request #755 from rick51231/master 2022-12-15 12:17:48 +00:00
rick51231 ecf21f9573 Emergency call CSBK support. 2022-12-15 14:11:40 +03:00
Jonathan Naylor e812e90edf
Merge pull request #754 from W0CHP/master 2022-12-05 15:35:58 +00:00
Chipster adb67ff698 Suppress DMR Roaming Beacon debug messages in simplex mode; refinement to PR #753 merge. 2022-12-05 08:38:57 -06:00
Jonathan Naylor 2f1144a7d8
Merge pull request #753 from W0CHP/master 2022-11-30 16:42:04 +00:00
Chipster 14fcbd9c1a Enable Debug Log Messages when DMR Roaming Beacons are being sent. 2022-11-30 08:51:06 -06:00
Jonathan Naylor 3202d73ce5
Merge pull request #752 from Shmuma/bcd_send 2022-11-26 18:59:32 +00:00
Max Lapan 55ba1233a8 Page alert commands 2022-11-26 11:04:01 +01:00
Max Lapan 8f5ff4ca05 Add command page_bcd to send bcd message with pocsag 2022-11-25 20:58:26 +01:00
Max Lapan f3fb072238 Sending test bcd message after every page command - need this for testing 2022-11-25 17:52:45 +01:00
Jonathan Naylor 33143105e3
Merge pull request #751 from shawnchain/fix_fm_mode_setup_bug 2022-09-16 16:04:47 +01:00
Shawn Chain 5eee7c1854 Fixed a bug that FM modem is not setup properly under simplex mode. This also suggests no one maybe ever tried the simplex mode with a FM reflector. Yes I did a FM reflector for that test ;) 2022-09-16 22:55:28 +08:00
Jonathan Naylor fe195c4e40 Rewrite the OVCM handling. 2022-05-23 22:35:14 +01:00
Jonathan Naylor 33939d8cf5
Merge pull request #746 from es2ast/patch-2 2022-04-16 09:15:23 +01:00
es2ast 60b5e425df
MMDVM protocol ver 2 hwType
Repeater Builder ver 4 board
2022-04-16 03:37:00 +03:00
Jonathan Naylor 3e8cda274d
Merge pull request #741 from cainbit/fix_uart_setnonblock 2022-03-07 07:59:57 +00:00
Jonathan Naylor 452be45b11
Merge pull request #742 from iddq/master
Add Radio Check CSBK
2022-03-06 20:01:37 +00:00
Jonathan Naylor d94043e06d
Merge pull request #739 from AG4OJ/patch-6
sendCommandAction(15) used twice
2022-03-06 20:00:00 +00:00
iddq 82024fae5f Add Radio Check CSBK 2022-03-04 10:53:54 +01:00
cainbit ace0d21975 fix UART setNonblock bug. 2022-02-18 10:06:49 +08:00
William R. Pelfrey 6290449266
sendCommandAction(15) used twice
sendCommand(15) used for LOCKOUT in line 235 and FM in line 277. Changing FM to unused 18 could be preferable.
2022-02-10 16:53:38 -05:00
Jonathan Naylor efff4f0dc4 Add the missing UseCOSAsLockout configuration option. 2022-01-31 17:37:24 +00:00
Jonathan Naylor 2b34978be1
Merge pull request #737 from f1rmb/disable_remotecommand_logging
Add a way to disable the RemoteCommand logging (annoying when RemoteCommand is heavily used).
2022-01-24 07:12:54 +00:00
Jonathan Naylor f81e8fbdf5
Merge pull request #736 from f1rmb/hosts_remote_command
Add new remote command:
2022-01-24 07:12:44 +00:00
Daniel Caujolle-Bert 4d294fda56 Add a way to disable the RemoteCommand logging (annoying when RemoteCommand is heavily used). 2022-01-24 02:55:18 +00:00
Jonathan Naylor fed4400632
Merge pull request #734 from f1rmb/remotecommand_argument_usage
Display optional argument to RemoteCommand's usage output.
2022-01-23 19:49:30 +00:00
Daniel Caujolle-Bert a30ae3af4d Add new remote command:
- hosts: display connected hosts, or NONE if disconnected (surrounded with double quotes).
Increase buffer size, for reply string, from 100 to 1024.
2022-01-21 10:51:41 +00:00
Daniel Caujolle-Bert a6b05aab5b Display optional argument to RemoteCommand's usage output. 2022-01-20 14:25:53 +01:00
Jonathan Naylor e0adf4328b
Merge pull request #731 from f1rmb/m17_remotecommand_status 2022-01-07 12:11:41 +00:00
Daniel Caujolle-Bert 20b1367848 Add M17 network status to Remote command "status" output.
YSFNetwork: fix ::IsConnected(), it should not take m_enabled in account.
2022-01-07 11:47:19 +00:00
Jonathan Naylor 4b864661a7 Update the README. 2021-12-13 10:32:28 +00:00