- Generated 2026-01-10T11:16:10.140+01:00
+ Generated 2026-01-24T10:44:52.632+01:00
diff --git a/sdrbase/resources/webapi/doc/swagger/include/ChirpChatDemod.yaml b/sdrbase/resources/webapi/doc/swagger/include/ChirpChatDemod.yaml
index 8e6d36487..101ae8d26 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/ChirpChatDemod.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/ChirpChatDemod.yaml
@@ -100,8 +100,14 @@ ChirpChatDemodSettings:
description: UDP destination udpAddress
type: string
udpPort:
- description: UDP destination properties
+ description: UDP destination port
type: integer
+ invertRamps:
+ type: integer
+ description: >
+ Invert chirp ramps
+ * 0 - Normal chirp ramps (upchirps for preamble and payload)
+ * 1 - Inverted chirp ramps (downchirps for preamble and payload)
rgbColor:
type: integer
title:
diff --git a/sdrbase/resources/webapi/doc/swagger/include/ChirpChatMod.yaml b/sdrbase/resources/webapi/doc/swagger/include/ChirpChatMod.yaml
index 3e734f63e..ced9b5310 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/ChirpChatMod.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/ChirpChatMod.yaml
@@ -139,6 +139,12 @@ ChirpChatModSettings:
udpPort:
description: UDP port to listen for messages to transmit on
type: integer
+ invertRamps:
+ type: integer
+ description: >
+ Invert chirp ramps
+ * 0 - Normal chirp ramps (upchirps for preamble and payload)
+ * 1 - Inverted chirp ramps (downchirps for preamble and payload)
rgbColor:
type: integer
title:
diff --git a/swagger/sdrangel/api/swagger/include/ChirpChatDemod.yaml b/swagger/sdrangel/api/swagger/include/ChirpChatDemod.yaml
index 5cf7a58f9..b9eb085a4 100644
--- a/swagger/sdrangel/api/swagger/include/ChirpChatDemod.yaml
+++ b/swagger/sdrangel/api/swagger/include/ChirpChatDemod.yaml
@@ -100,8 +100,14 @@ ChirpChatDemodSettings:
description: UDP destination udpAddress
type: string
udpPort:
- description: UDP destination properties
+ description: UDP destination port
type: integer
+ invertRamps:
+ type: integer
+ description: >
+ Invert chirp ramps
+ * 0 - Normal chirp ramps (upchirps for preamble and payload)
+ * 1 - Inverted chirp ramps (downchirps for preamble and payload)
rgbColor:
type: integer
title:
diff --git a/swagger/sdrangel/api/swagger/include/ChirpChatMod.yaml b/swagger/sdrangel/api/swagger/include/ChirpChatMod.yaml
index 1568e40e1..58d14202a 100644
--- a/swagger/sdrangel/api/swagger/include/ChirpChatMod.yaml
+++ b/swagger/sdrangel/api/swagger/include/ChirpChatMod.yaml
@@ -139,6 +139,12 @@ ChirpChatModSettings:
udpPort:
description: UDP port to listen for messages to transmit on
type: integer
+ invertRamps:
+ type: integer
+ description: >
+ Invert chirp ramps
+ * 0 - Normal chirp ramps (upchirps for preamble and payload)
+ * 1 - Inverted chirp ramps (downchirps for preamble and payload)
rgbColor:
type: integer
title:
diff --git a/swagger/sdrangel/code/html2/index.html b/swagger/sdrangel/code/html2/index.html
index 56d6b80e5..44f7bff42 100644
--- a/swagger/sdrangel/code/html2/index.html
+++ b/swagger/sdrangel/code/html2/index.html
@@ -4457,7 +4457,11 @@ margin-bottom: 20px;
},
"udpPort" : {
"type" : "integer",
- "description" : "UDP destination properties"
+ "description" : "UDP destination port"
+ },
+ "invertRamps" : {
+ "type" : "integer",
+ "description" : "Invert chirp ramps\n * 0 - Normal chirp ramps (upchirps for preamble and payload)\n * 1 - Inverted chirp ramps (downchirps for preamble and payload)\n"
},
"rgbColor" : {
"type" : "integer"
@@ -4657,6 +4661,10 @@ margin-bottom: 20px;
"type" : "integer",
"description" : "UDP port to listen for messages to transmit on"
},
+ "invertRamps" : {
+ "type" : "integer",
+ "description" : "Invert chirp ramps\n * 0 - Normal chirp ramps (upchirps for preamble and payload)\n * 1 - Inverted chirp ramps (downchirps for preamble and payload)\n"
+ },
"rgbColor" : {
"type" : "integer"
},
@@ -59832,7 +59840,7 @@ except ApiException as e: