1.2-legacy
Kevin Hester 2021-04-01 14:05:27 +08:00
rodzic 6a872b6ac2
commit 8a20155214
4 zmienionych plików z 9 dodań i 3 usunięć

Wyświetl plik

@ -14,7 +14,7 @@
</component>
<component name="ChangeListManager">
<list default="true" id="58922733-b05b-4b90-9655-b9b18914977a" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/docs/software/TODO.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/software/TODO.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/platformio.ini" beforeDir="false" afterPath="$PROJECT_DIR$/platformio.ini" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />

Wyświetl plik

@ -5,7 +5,7 @@ You probably don't care about this section - skip to the next one.
## before next release
* test github actions locally on linux
* fix github actions per sasha tip
* DONE fix github actions per sasha tip
* @havealoha comments about odd sleep behavior
* fix heltec battery scaling
* DONE sendtext busted in portduino, due to bytetime calculations

Wyświetl plik

@ -0,0 +1,6 @@
# Running github actions locally
If you'd like to run the **same** integration tests we run on github but on your own machine, you can do the following.
1. Install homebrew per https://brew.sh/
2. Install https://github.com/nektos/act with "brew install act"

Wyświetl plik

@ -40,7 +40,7 @@ extra_scripts = bin/platformio-custom.py
; FIXME: fix lib/BluetoothOTA dependency back on src/ so we can remove -Isrc
build_flags = -Wno-missing-field-initializers
-Wno-format
-Isrc -Isrc/mesh -Isrc/gps -Ilib/nanopb/include -Isrc/buzz -Wl,-Map,.pio/build/output.map
-Isrc -Isrc/mesh -Isrc/gps -Isrc/buzz -Wl,-Map,.pio/build/output.map
-DHW_VERSION_${sysenv.COUNTRY}
-DHW_VERSION=${sysenv.HW_VERSION}
-DUSE_THREAD_NAMES