Skip to content

Commit fd68914

Browse files
faradaymtqrahman
andauthored
Reduce MQTT-Papa Flash Size to Fit on T-Beam (ClusterDuck-Protocol#445)
* remove extra examples and rename folders Signed-off-by: faradaym <[email protected]> * reduce flash memory used by MQTT Papa Signed-off-by: faradaym <[email protected]> * update example locations in build Signed-off-by: faradaym <[email protected]> * remove unnecessary hex conversions Signed-off-by: faradaym <[email protected]> * change default credentials Signed-off-by: faradaym <[email protected]> * made muid and suid tweaks Signed-off-by: Taraqur <[email protected]> --------- Signed-off-by: faradaym <[email protected]> Signed-off-by: Taraqur <[email protected]> Co-authored-by: Taraqur <[email protected]>
1 parent de4f4ce commit fd68914

File tree

44 files changed

+183
-1161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+183
-1161
lines changed

.github/workflows/arduino_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
arduino-cli compile -v -t -b ${{ matrix.board }} $PWD/examples/$1/$2/$2.ino > ${BOARD##*:}-$2-build.log 2>&1;
117117
echo "Build complete."
118118
}
119-
buildExampleSketch 1.Ducks DuckLink
120-
buildExampleSketch 1.Ducks MamaDuck
119+
buildExampleSketch Basic-Ducks DuckLink
120+
buildExampleSketch Basic-Ducks MamaDuck
121121
- name: Upload build log
122122
uses: actions/upload-artifact@v3
123123
if: always()

examples/2.Mini-ClusterDuck Network/DuckLink/DuckLink.ino

Lines changed: 0 additions & 103 deletions
This file was deleted.

examples/2.Mini-ClusterDuck Network/DuckLink/platformio.ini

Lines changed: 0 additions & 76 deletions
This file was deleted.

examples/2.Mini-ClusterDuck Network/MamaDuck/MamaDuck.ino

Lines changed: 0 additions & 104 deletions
This file was deleted.

examples/2.Mini-ClusterDuck Network/MamaDuck/platformio.ini

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)