pull/778/head
Kevin Hester 2021-04-03 10:40:56 +08:00
rodzic 8d47e4f3e0
commit 2acde3333c
2 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -60,9 +60,9 @@
<option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" /> <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
</method> </method>
</configuration> </configuration>
<configuration default="true" type="CMakeRunConfiguration" factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" PASS_PARENT_ENVS_2="true"> <configuration default="true" type="GradleAppRunConfiguration" factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" PASS_PARENT_ENVS_2="true">
<method v="2"> <method v="2">
<option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" /> <option name="com.jetbrains.cidr.cpp.gradle.execution.GradleNativeBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
</method> </method>
</configuration> </configuration>
<configuration name="PlatformIO Debug" type="platformio" factoryName="PlatformIO Debug" REDIRECT_INPUT="false" ELEVATE="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="meshtastic-esp32" TARGET_NAME="Debug" CONFIG_NAME="native" RUN_TARGET_PROJECT_NAME="meshtastic-esp32" RUN_TARGET_NAME="Debug"> <configuration name="PlatformIO Debug" type="platformio" factoryName="PlatformIO Debug" REDIRECT_INPUT="false" ELEVATE="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="meshtastic-esp32" TARGET_NAME="Debug" CONFIG_NAME="native" RUN_TARGET_PROJECT_NAME="meshtastic-esp32" RUN_TARGET_NAME="Debug">
@ -97,6 +97,7 @@
<workItem from="1617115747078" duration="1391000" /> <workItem from="1617115747078" duration="1391000" />
<workItem from="1617117632667" duration="307000" /> <workItem from="1617117632667" duration="307000" />
<workItem from="1617160691713" duration="1016000" /> <workItem from="1617160691713" duration="1016000" />
<workItem from="1617279002260" duration="1626000" />
</task> </task>
<servers /> <servers />
</component> </component>

Wyświetl plik

@ -4,6 +4,7 @@ You probably don't care about this section - skip to the next one.
## before next release ## before next release
* android speed settings https://github.com/meshtastic/Meshtastic-Android/issues/271
* fix heltec battery scaling * fix heltec battery scaling
* DONE remote admin busted? * DONE remote admin busted?
* DONE check android code - @havealoha comments about odd sleep behavior * DONE check android code - @havealoha comments about odd sleep behavior
@ -14,7 +15,7 @@ You probably don't care about this section - skip to the next one.
* remove linux dependency in native build * remove linux dependency in native build
* DONE tcp stream problem in python+pordtuino, server thinks client dropped when client DID NOT DROP * DONE tcp stream problem in python+pordtuino, server thinks client dropped when client DID NOT DROP
* DONE TCP mode for android, localhost is at 10.0.2.2 * DONE TCP mode for android, localhost is at 10.0.2.2
* make sure USB still works in android * DONE make sure USB still works in android
* add portduino builds to zip * add portduino builds to zip
* add license to portduino and make announcement * add license to portduino and make announcement
* DONE naks are being dropped (though enqueuedLocal) sometimes before phone/PC gets them * DONE naks are being dropped (though enqueuedLocal) sometimes before phone/PC gets them
@ -42,7 +43,7 @@ You probably don't care about this section - skip to the next one.
* DONE before next relase: test empty channel sets on android * DONE before next relase: test empty channel sets on android
* DONE channel sharing in android * DONE channel sharing in android
* DONE test 1.0 firmware update on android * DONE test 1.0 firmware update on android
* DONE test 1.1 firmware update on android * DONE test 1.1 firmwhttps://github.com/meshtastic/Meshtastic-Android/issues/271are update on android
* DONE test 1.2.10 firmware update on android * DONE test 1.2.10 firmware update on android
* DONE test link sharing on android * DONE test link sharing on android
* FIXED? luxon bug report - seeing rx acks for nodes that are not on the network * FIXED? luxon bug report - seeing rx acks for nodes that are not on the network