mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-21 20:51:00 +00:00
fix native build
This commit is contained in:
parent
7e60078791
commit
cdb4756d9d
@ -4,8 +4,14 @@ You probably don't care about this section - skip to the next one.
|
|||||||
|
|
||||||
## before next release
|
## before next release
|
||||||
|
|
||||||
|
* TCP mode for android, localhost is at 10.0.2.2
|
||||||
|
* make sure USB still works in android
|
||||||
|
* add portduino builds to zip
|
||||||
|
* add license to portduino and make announcement
|
||||||
|
* @havealoha comments about odd sleep behavior
|
||||||
* 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
|
||||||
* DONE have android fill in if local GPS has poor signal
|
* DONE have android fill in if local GPS has poor signal
|
||||||
|
* release to beta and amazon
|
||||||
* fix heltec battery scaling
|
* fix heltec battery scaling
|
||||||
* add reference counting to mesh packets
|
* add reference counting to mesh packets
|
||||||
* allow multiple simultanteous phoneapi connections
|
* allow multiple simultanteous phoneapi connections
|
||||||
@ -38,6 +44,10 @@ You probably don't care about this section - skip to the next one.
|
|||||||
|
|
||||||
## MQTT
|
## MQTT
|
||||||
|
|
||||||
|
* 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)
|
||||||
|
* eventually add a MQTTPacket on the ToRadio & FromRadio links
|
||||||
|
|
||||||
## Multichannel support
|
## Multichannel support
|
||||||
|
|
||||||
* DONE cleanup the external notification and serial plugins
|
* DONE cleanup the external notification and serial plugins
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "configuration.h"
|
|
||||||
#include "../freertosinc.h"
|
#include "../freertosinc.h"
|
||||||
|
|
||||||
namespace concurrency
|
namespace concurrency
|
||||||
@ -28,4 +27,4 @@ class BinarySemaphorePosix
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
} // namespace concurrency
|
Loading…
Reference in New Issue
Block a user