Skip to content

Commit

Permalink
SMS templates implemented (#439)
Browse files Browse the repository at this point in the history
* Moved SMS extension to extensions tab.
* Implemented SMS template encoding for Radioddity GD73.
* Implemented SMS templates for TyT/Retevis devices. Addresses 413.
* Implemented message templates for radioddity devices. Addresses #413.
* Fixed encoding of SMS templates for AnyTone devices. Addresses #413.
  • Loading branch information
hmatuschek authored Jul 14, 2024
1 parent ec8cde5 commit ae2f025
Show file tree
Hide file tree
Showing 49 changed files with 1,511 additions and 378 deletions.
2 changes: 1 addition & 1 deletion doc/manual/codeplug/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
<xi:include href="radioddity/extensions.xml"/>
<xi:include href="tyt/extensions.xml"/>
<xi:include href="anytone/extensions.xml"/>

<xi:include href="smsextension.xml"/>
</chapter>
15 changes: 15 additions & 0 deletions doc/manual/codeplug/smsextension.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>

<section xml:id="extMessages"
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude">

<info>
<title></title>
</info>

<para>
</para>

</section>
Loading

0 comments on commit ae2f025

Please sign in to comment.