70712d859cdc242b1873fa9b9622cf1c1711fb06
* Fix type of nodeNum Type of nodeNum is NodeNum, not uint * typo fixed typo "resumeAdverising()" * fix missing #include "time.h" Missing include breaks compilation with gccnoneeabi 12.3.1 for nrf52 targets on windows hosts. * change type uint to unsigned int uint is not a standard type. Using uint breaks compilation with gccnoneeabi 12.3.1 for nRF52 targets on windows hosts. * fix type of channel_num Type of channel_num should be uint32_t (as this is the type of hash() and numChannels). Using uint non-standard type uint breaks compilation with gccnoneeabi 12.3.1 for nRF52 targets on windows hosts. * Update nrf52.ini Default build type should be "release" as this is the default of platformio. * Update GPS.cpp uint to unsigned int
Meshtastic Firmware
Overview
This repository contains the device firmware for the Meshtastic project.
Stats
Description
This repository contains the official firmware for Meshtastic, an open-source, off-grid mesh communication system.
Languages
C++
67.3%
C
30.6%
Python
1%
Batchfile
0.4%
Shell
0.4%
Other
0.2%