Meshtastic Firmware
 
 
 
 
 
 
Go to file
Kevin Hester 0d758347af Fix rare assertion failure which could occur due to pending interrupts
* fix assertion failure
```
22:57:36 64409 [PositionPlugin] FIXME-update-db Sniffing packet
22:57:36 64409 [PositionPlugin] Delivering rx packet (id=0x5851f437 Fr0xa1 To0xff, WantAck0, HopLim3 Ch0x0 Portnum=3 rxtime=1628895456 priority=10)
22:57:36 64409 [PositionPlugin] Forwarding to phone (id=0x5851f437 Fr0xa1 To0xff, WantAck0, HopLim3 Ch0x0 Portnum=3 rxtime=1628895456 priority=10)
22:57:36 64409 [PositionPlugin] Update DB node 0x85f4da1, rx_time=1628895456
22:57:36 64409 [PositionPlugin] Plugin routing considered
22:57:36 64409 [PositionPlugin] Add packet record (id=0x5851f437 Fr0xa1 To0xff, WantAck0, HopLim3 Ch0x0 Portnum=3 rxtime=1628895456 priority=10)
22:57:36 64409 [PositionPlugin] Expanding short PSK #1
22:57:36 64409 [PositionPlugin] Installing AES128 key!
22:57:36 64409 [PositionPlugin] enqueuing for send (id=0x5851f437 Fr0xa1 To0xff, WantAck0, HopLim3 Ch0xb1 encrypted rxtime=1628895456 priority=10)
22:57:36 64409 [PositionPlugin] (bw=125, sf=12, cr=4/8) packet symLen=32 ms, payloadSize=22, time 2596 ms
22:57:36 64409 [PositionPlugin] txGood=6,rxGood=10,rxBad=0
22:57:36 64409 [PositionPlugin] AirTime - Packet transmitted : 2596ms
22:57:36 64409 [RadioIf] assert failed src/mesh/RadioLibInterface.cpp: 240, void RadioLibInterface::handleReceiveInterrupt(), test=isReceiving
```
2021-08-17 16:31:01 -07:00
.devcontainer make github codespaces work 2021-04-21 13:13:38 +00:00
.github store elfs (for later debugging) in github artifacts 2021-05-26 10:21:26 +08:00
.idea don't checkin workspace files 2021-04-28 15:33:08 +08:00
.vscode add codespace support 2021-04-21 18:00:34 +08:00
bin Remove old epaper library 2021-06-27 09:58:36 -07:00
boards t-echo: enable nrfupload 2021-04-28 15:25:54 +08:00
data/static add placeholder index.html to avoid breaking device build (spiffs error) 2021-04-16 12:16:43 +08:00
deprecated
design@73ba05ceef
geeksville-private Fix rare assertion failure which could occur due to pending interrupts 2021-08-17 16:31:01 -07:00
images
lib
linker
nrf52
proto@f5b3d0643b update protos 2021-05-29 13:19:27 +08:00
release
sdk-nrfxlib@e6e02cb83d
src Fix rare assertion failure which could occur due to pending interrupts 2021-08-17 16:31:01 -07:00
variants Battery sense for T-Echo 2021-08-10 10:07:40 +02:00
.clang-format
.gitignore don't checkin workspace files 2021-04-28 15:33:08 +08:00
.gitmodules
CMakeLists.txt
CMakeListsPrivate.txt
LICENSE
README.md Update README.md 2021-07-09 13:36:37 +10:00
gdbinit
partition-table.csv
platformio.ini minor debug output 2021-08-15 10:34:57 -07:00
version.properties 1.2.44 2021-08-15 10:35:07 -07:00

README.md

Meshtastic-device

Open in Visual Studio Code

This repository contains the device firmware used in the Meshtastic project.

For developer information and specific building instructions, please see the developer doccumentation