fix native build

pull/776/head
Kevin Hester 2021-03-29 20:56:02 +08:00
rodzic 7e60078791
commit cdb4756d9d
2 zmienionych plików z 11 dodań i 2 usunięć

Wyświetl plik

@ -4,8 +4,14 @@ You probably don't care about this section - skip to the next one.
## 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 have android fill in if local GPS has poor signal
* release to beta and amazon
* fix heltec battery scaling
* add reference counting to mesh packets
* allow multiple simultanteous phoneapi connections
@ -38,6 +44,10 @@ You probably don't care about this section - skip to the next one.
## 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
* DONE cleanup the external notification and serial plugins

Wyświetl plik

@ -1,6 +1,5 @@
#pragma once
#include "configuration.h"
#include "../freertosinc.h"
namespace concurrency
@ -28,4 +27,4 @@ class BinarySemaphorePosix
#endif
}
} // namespace concurrency