mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-13 08:32:08 +00:00
0.4.1 release
This commit is contained in:
parent
25cca0628d
commit
62286fff52
@ -1,3 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
export VERSION=0.2.3
|
export VERSION=0.4.1
|
@ -201,7 +201,7 @@ void MeshService::loop()
|
|||||||
{
|
{
|
||||||
if (oldFromNum != fromNum) { // We don't want to generate extra notifies for multiple new packets
|
if (oldFromNum != fromNum) { // We don't want to generate extra notifies for multiple new packets
|
||||||
fromNumChanged.notifyObservers(fromNum);
|
fromNumChanged.notifyObservers(fromNum);
|
||||||
oldFromNum = true;
|
oldFromNum = fromNum;
|
||||||
}
|
}
|
||||||
|
|
||||||
// occasionally send our owner info
|
// occasionally send our owner info
|
||||||
|
Loading…
Reference in New Issue
Block a user