Amir Nathoo
Amir Nathoo
Adding these tests to 3.7 branch
This should be done after 4.0 release as very likely we need to refactor DuckRadio current implementation
Related to #415 which is adds the unit tests
I tested this with 4.1.0 and it is working as expected. Adding this to the DuckLink `setup()` after the Duck was initialized ``` DuckDisplay* display = NULL; display = DuckDisplay::getInstance();...
@tqrahman The pipeline is attempting to build the `1.Ducks/Ducklink` and `1.Ducks/MamaDuck` And it will build the two examples for both the ESP32 and the Heltec CubeCell The ESP32 build is...
To fix this you can try the suggested change here: https://docs.espressif.com/projects/esp-idf/en/v5.0/esp32/migration-guides/release-5.x/system.html#esp-system TLDR; Change the include from `#include ` to `#include "esp_private/esp_int_wdt.h"` The reason being that in ESP32 core, the header...
Adding a new board support in CDP requires defining their pinout as related to the LoRa Radio. Each board has a header file that defines these pins and the header...
I've removed the html folder which seems like was created 3 years ago and accidentally merged. I've also updated the `.gitignore` file so it doesn't check merged again. The html...
@faradaym This is what I was referring to during the TH. Where chat calls into the `Duck::sendData()` method to actually send the CDP Packet containing the chat message, across the...