mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 17:42:48 +00:00
1.2.20
This commit is contained in:
parent
92124e1224
commit
8d47e4f3e0
@ -4,12 +4,12 @@ You probably don't care about this section - skip to the next one.
|
|||||||
|
|
||||||
## before next release
|
## before next release
|
||||||
|
|
||||||
* remote admin busted? https://github.com/meshtastic/Meshtastic-device/issues/772
|
* fix heltec battery scaling
|
||||||
|
* DONE remote admin busted?
|
||||||
|
* DONE check android code - @havealoha comments about odd sleep behavior
|
||||||
* ABANDONED test github actions locally on linux
|
* ABANDONED test github actions locally on linux
|
||||||
* DONE fix github actions per sasha tip
|
* DONE fix github actions per sasha tip
|
||||||
* @havealoha comments about odd sleep behavior
|
|
||||||
* tell ttgo to preinstall new bins
|
* tell ttgo to preinstall new bins
|
||||||
* fix heltec battery scaling
|
|
||||||
* DONE sendtext busted in portduino, due to bytetime calculations
|
* DONE sendtext busted in portduino, due to bytetime calculations
|
||||||
* 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
|
||||||
@ -52,6 +52,8 @@ You probably don't care about this section - skip to the next one.
|
|||||||
|
|
||||||
## MQTT
|
## MQTT
|
||||||
|
|
||||||
|
* mqtt.meshtastic.org should have VERY basic auth at launch (to prevent abuse)
|
||||||
|
* use MQTT for simulator mesh network
|
||||||
* do initial development inside of portduino
|
* do initial development inside of portduino
|
||||||
* do as much possible on the device side (so we can eventually just have ESP32 talk directly to server)
|
* do as much possible on the device side (so we can eventually just have ESP32 talk directly to server)
|
||||||
* eventually add a MQTTPacket on the ToRadio & FromRadio links
|
* eventually add a MQTTPacket on the ToRadio & FromRadio links
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[VERSION]
|
[VERSION]
|
||||||
major = 1
|
major = 1
|
||||||
minor = 2
|
minor = 2
|
||||||
build = 17
|
build = 20
|
||||||
|
Loading…
Reference in New Issue
Block a user