File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
examples/Custom-Papa-Examples/AWS-PapaDuck Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 3232#define CMD_STATE_CHANNEL " /channel/"
3333
3434// --- Global Objects ---
35- PapaDuck duck (" PAPADUCK " );
35+ PapaDuck duck (" Q2QY6EQ9 " );
3636int QUEUE_SIZE_MAX = 5 ;
3737auto timer = timer_create_default();
3838bool 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);
You can’t perform that action at this time.
0 commit comments