- Nov 17, 2024
-
-
Ben Meadors authored
* Cleanup static files from bad Web UI bundle on 2.5.13 release * Check existence first * Esp32 is the only one we care about
-
Michael Gjelsø authored
While `nagging` setExternalState wasn't written to Buzzer & Vibra so output was never toggled. Possible fix for #5348
-
Ben Meadors authored
-
- Nov 16, 2024
-
-
Ben Meadors authored
-
Ben Meadors authored
-
Ben Meadors authored
-
Ben Meadors authored
-
Ben Meadors authored
-
Tom Fifield authored
s/sudp/sudo :(:(:(
-
Tom Fifield authored
Without sudo, inadequate permissions to runs the commands meant the build was failing.
-
GUVWAF authored
* Update arduino-pico core * RP2040: Add mDNS support * SimpleMDNS `begin` now returns a bool * Add `-g` option to `debug_build_flags` to link files for gdb * RAK11310 needs old platform as well * Change defines to specific architecture * Core version 4.2.1 is out
-
- Nov 14, 2024
-
-
Michael Gjelsø authored
* userPrefs.h Added FixedGPS Added Fixed Bluetooth PIN * Update NodeDB.cpp Removed some un-used LOG_INFO * Added BUTTON_PIN * Trunk * Variable re-naming. --------- Co-authored-by:
Ben Meadors <benmmeadors@gmail.com>
-
github-actions[bot] authored
Co-authored-by:
thebentern <9000580+thebentern@users.noreply.github.com>
-
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
-