diff --git a/bin/build-all.sh b/bin/build-all.sh index dc614cf6..4bf4ca2b 100755 --- a/bin/build-all.sh +++ b/bin/build-all.sh @@ -61,6 +61,9 @@ function do_boards() { # Build universal do_build $board "" "$isNrf" done + + pio run --environment native + cp .pio/build/native/program $OUTDIR/bins/universal/meshtasticd_linux_amd64 } # Make sure our submodules are current @@ -99,7 +102,7 @@ XML echo Generating $ARCHIVEDIR/firmware-$VERSION.zip rm -f $ARCHIVEDIR/firmware-$VERSION.zip -zip --junk-paths $ARCHIVEDIR/firmware-$VERSION.zip $ARCHIVEDIR/spiffs-$VERSION.bin $OUTDIR/bins/universal/firmware-*-$VERSION.* images/system-info.bin bin/device-install.* bin/device-update.* +zip --junk-paths $ARCHIVEDIR/firmware-$VERSION.zip $ARCHIVEDIR/spiffs-$VERSION.bin $OUTDIR/bins/universal/firmware-*-$VERSION.* $OUTDIR/bins/universal/meshtasticd* images/system-info.bin bin/device-install.* bin/device-update.* echo Generating $ARCHIVEDIR/elfs-$VERSION.zip rm -f $ARCHIVEDIR/elfs-$VERSION.zip zip --junk-paths $ARCHIVEDIR/elfs-$VERSION.zip $OUTDIR/elfs/universal/firmware-*-$VERSION.* diff --git a/geeksville-private/TODO.md b/geeksville-private/TODO.md index 65896c00..c39f56e8 100644 --- a/geeksville-private/TODO.md +++ b/geeksville-private/TODO.md @@ -2,13 +2,11 @@ You probably don't care about this section - skip to the next one. -* test modem-manager removal +* add portduino builds to zip * measure rak4630 power draw and turn off power for GPS most of the time. We should be able to run on the small solar panel. * usb lora dongle from pine64 * turn on watchdog reset if app hangs on nrf52 or esp32 -* pine64 solar board -* add portduino builds to zip -* +* pine64 solar boards * for the matrix gateway? recommended by @sam-uk https://github.com/matrix-org/coap-proxy * figure our wss for mqtt.meshtastic - use cloudflare? 2052 ws, 2053 crypt * ask for vercel access diff --git a/version.properties b/version.properties index fd3c5049..2dcc7972 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ [VERSION] major = 1 minor = 2 -build = 44 +build = 45