Skip to content

Commit 30e8a7e

Browse files
committed
pushing random stuff
Signed-off-by: faradaym <rcheyenne.truss@gmail.com>
1 parent d926dbb commit 30e8a7e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

delete.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
It has an external antenna, the RockBLOCK 9704 only has the GNSS RF out connector.
2+
That means it's stuck using the patch antenna (not the highest efficiency).
3+
Being able to use the Arduino development package makes it easier to get beginners up to speed.
4+
For commercial applications that's probably not a plus with regard to integration of existing systems.
5+
Both boards support IMT so that isn't an differentiator.

examples/Custom-Papa-Examples/AWS-PapaDuck/AWS-PapaDuck.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define CMD_STATE_CHANNEL "/channel/"
3333

3434
// --- Global Objects ---
35-
PapaDuck duck("PAPADUCK");
35+
PapaDuck duck("Q2QY6EQ9");
3636
int QUEUE_SIZE_MAX = 5;
3737
auto timer = timer_create_default();
3838
bool retry = true;
@@ -89,7 +89,7 @@ int quackJson(CdpPacket packet) {
8989

9090
std::string cdpTopic = packet.topicToString();
9191

92-
std::string topic = "owl/device/" + std::string(THINGNAME) + "/evt/" + cdpTopic;
92+
std::string topic = "nextgen/device/" + std::string(THINGNAME) + "/evt/" + cdpTopic;
9393

9494
std::string jsonstat;
9595
serializeJson(doc, jsonstat);

0 commit comments

Comments
 (0)