- Nov 14, 2024
-
-
Ben Meadors authored
-
Ben Meadors authored
-
- Nov 13, 2024
-
-
github-actions[bot] authored
Co-authored-by:
thebentern <9000580+thebentern@users.noreply.github.com>
-
Mictronics authored
* Fix LED pinout for T-Echo board marked v1.0, date 2021-6-28 * Merge PR #420 * Fixed double and missing Default class. * Use correct format specifier and fixed typo. * Removed duplicate code. * Fix error: #if with no expression * Fix warning: extra tokens at end of #endif directive. * Fix antenna switching logic. Complementary-pin control logic is required on the rp2040-lora board. * Fix deprecated macros. * Set RP2040 in dormant mode when deep sleep is triggered. * Fix array out of bounds read. * Admin key count needs to be set otherwise the key will be zero loaded after reset. * Don't reset the admin key size when loading defaults. Preserve an existing key in config if possible. * Remove log spam when reading INA voltage sensor. --------- Co-authored-by:
Ben Meadors <benmmeadors@gmail.com>
-
Ben Meadors authored
-
Ben Meadors authored
This reverts commit ea150c32.
-
Ben Meadors authored
* Decrease max nodes for NRF52 to 80 as workaround to prevent FS blowouts * Don't redefine * Newline
-
Ben Meadors authored
-
Blake-Latchford authored
Power::readPowerStatus is called on startup, but AnalogBatteryLevel::getBattVoltage skips the read because 5 seconds have not elapsed since last_read_time_ms, which is initialized to zero. `batMv=3100` is reported because AnalogBatteryLevel::last_read_value is initialized as: ``` float last_read_value = (OCV[NUM_OCV_POINTS - 1] * NUM_CELLS); ```
-
- Nov 12, 2024
-
-
Matthijs De Smedt authored
* Add support for is_ignored bool in NodeInfo * is_ignored is not a boring node either * Clean out metrics and position * Clear the key too --------- Co-authored-by:
Ben Meadors <benmmeadors@gmail.com>
-
GUVWAF authored
-
Ben Meadors authored
This reverts commit 762ccdc1.
-
Ben Meadors authored
-
Ben Meadors authored
-
Daniel.Cao authored
* Reduce the flash usage of wismeshtap platform * fix STOREFORWARD twice * Reduce the flash usage of wismeshtap platform * fix STOREFORWARD twice * add range test * Update platformio.ini remove -DMESHTASTIC_EXCLUDE_PAXCOUNTER=1 -DMESHTASTIC_EXCLUDE_AUDIO=1 * Update platformio.ini --------- Co-authored-by:
Ben Meadors <benmmeadors@gmail.com>
-
Ben Meadors authored
-
Ben Meadors authored
-
Austin authored
* Portduino: Move meshtastic/web out of `doc` * Remove /usr/share/doc/meshtasticd before linking
-
Michael Gjelsø authored
* Don't send to public channel `p->to` wasn't set and had the same value as broadcast, it's now set to our own NodeNum. * Trunk * Update DetectionSensorModule.cpp Take 3 * Revert NodeNum()
-
github-actions[bot] authored
Co-authored-by:
thebentern <9000580+thebentern@users.noreply.github.com>
-
GUVWAF authored
* Fix potential duplicate packets to PhoneAPI/MQTT * Fix include error for STM32 * Fix cppcheck error
- Nov 11, 2024
-
-
Thomas Göttgens authored
* update radiolib to 7.1.0 * stay at 7.0.2 for STM32, also remove unused board from ESP32 arch --------- Co-authored-by:
Ben Meadors <benmmeadors@gmail.com>
-
Ben Meadors authored
-
Ben Meadors authored
-
Daniel.Cao authored
* Improve the processing speed of virtual keyboards * Remove the disable GPS feature, as it would interfere with the normal use of TFT * Changed the default screen sleep time to 30s * Rename platform rak10701 -> rak wismeshtap * Fixed rak wismeshtap turned off gps caused the screen not to display * Reduce the size of the flash, otherwise uf2 will not work Co-authored-by:
Daniel Cao <daniel.cao@rakwireless.com> Co-authored-by:
Ben Meadors <benmmeadors@gmail.com> Co-authored-by:
Tom Fifield <tom@tomfifield.net>
-
GUVWAF authored
-
- Nov 10, 2024
-
-
Ben Meadors authored
* Exclude some niche modules by default * Start of intelligently excluding modules --------- Co-authored-by:
Tom Fifield <tom@tomfifield.net>
-
Tom Fifield authored
Adds shopt -s dotglob nullglob to ensure we get 'hidden' files in our move command.
-
Tom Fifield authored
test (]) and its parameters need a space between them.
-
Tom Fifield authored
Using platformio pkg outdated, discover that some versions are not up-to-date. Update all apart from RadioLib (existing pull) and SensorLib (doesn't compile). Also, trunk formatted platformio.ini Package Current Wanted Latest Type Environments ------------------------ --------- --------- --------- ------- -------------------------- Adafruit BME280 Library 2.2.2 2.2.2 2.2.4 Library tracker-t1000-e Adafruit INA260 Library 1.5.0 1.5.0 1.5.2 Library tracker-t1000-e Adafruit LPS2X 2.0.4 2.0.4 2.0.6 Library tracker-t1000-e Adafruit LSM6DS 4.7.2 4.7.2 4.7.3 Library tracker-t1000-e Adafruit MCP9808 Library 2.0.0 2.0.0 2.0.2 Library tracker-t1000-e Adafruit MPU6050 2.2.4 2.2.4 2.2.6 Library tracker-t1000-e Adafruit SHT4x Library 1.0.4 1.0.4 1.0.5 Library tracker-t1000-e Adafruit Unified Sensor 1.1.11 1.1.11 1.1.14 Library tracker-t1000-e BME68x Sensor library 1.1.40407 1.1.40407 1.2.40408 Library tracker-t1000-e QMC5883LCompass 1.2.0 1.2.0 1.2.3 Library tracker-t1000-e RadioLib 7.0.2 7.0.2 7.1.0 Library wio-sdk-wm1110 SensorLib 0.2.0 0.2.0 0.2.2 Library tbeam
-
Tom Fifield authored
* Web now(?) comes in a /build subdirector in the tar So let's move everything to where it's expected and cleanup before trying to unzip. * Add checks to avoid running unneeded commands stops this failing in the event the build subdir goes away.
-
- Nov 09, 2024
-
-
Jonathan Bennett authored
* Pin library versions in platform.io This has been a constant source of headache. This moves to only updating libraries manually. Will eliminate the random build failures, and make rebuilding specific release versions possible. * Bump ina219 to latest library version * More lib version bumps
-
Jonathan Bennett authored
-
Tom Fifield authored
NodeDB becoming full at 100 entries and cycling out old entries is normal behaviour. The user doesn't need to take any action and shouldn't be concerned when this happens. Remove the warning from the screen and reduce loglevel to info.
-
github-actions[bot] authored
Co-authored-by:
thebentern <9000580+thebentern@users.noreply.github.com>
-
GUVWAF authored
-
GUVWAF authored
* Add setting to transmit NeighborInfo over LoRa Only if not using the default channel * Bump minimum broadcast interval for NeighborInfo to 4 hours
-
- Nov 08, 2024
-
-
github-actions[bot] authored
Co-authored-by:
thebentern <9000580+thebentern@users.noreply.github.com>
-
Tavis authored
Co-authored-by:
Ben Meadors <benmmeadors@gmail.com>
-