HarukiToreda
a8294b983a
Fix for Magnetic compass.
2025-05-16 02:14:50 -04:00
HarukiToreda
2a6944fe12
Merge remote-tracking branch 'upstream/master' into StandaloneAddons
2025-05-15 21:18:01 -04:00
HarukiToreda
512183c39f
Line added to text message screen
2025-05-15 12:15:03 -04:00
HarukiToreda
18d11d28d4
Line added to non-inverted header
2025-05-15 12:14:24 -04:00
Jonathan Bennett
1ef4caea05
Host metrics ( #6817 )
...
* Add std::string exec() function to PortduinoGlue for future work
* MVP for HostMetrics module.
* Fix compilation for other targets
* Remove extra debug calls
* Big numbers don't do well as INTs.
* Add HostMetrics to config.yaml
2025-05-15 09:23:37 -05:00
Austin
7d8f9c7f6d
Stop the madness! Run as a user (not root) ( #6718 )
...
* Stop the madness! Run as a user (not root)
* Trigger fsdir migration for < 2.6.9
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2025-05-15 06:40:46 -05:00
Tom Fifield
6bba17d463
Add suppport for Quectel L80 ( #6803 )
...
* Add suppport for Quectel L80
Another PMTK family chip, requires only a modification to the
probe code.
* Update support for L80 based on testing.
2025-05-15 19:26:41 +10:00
github-actions[bot]
ed6de5095e
[create-pull-request] automated change ( #6815 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
2025-05-14 17:54:21 -05:00
Ben Meadors
7cffd9ba70
Added new map report opt-in for compliance and limit map report (and default) to one hour ( #6813 )
...
* Added new map report opt-in for compliance and limit map report (and default) to one hour
* Trunk
2025-05-14 15:31:28 -05:00
Ben Meadors
fc64bea698
Unmessagable implementation and defaults ( #6811 )
...
* Unmessagable implementation and defaults
* Router and router late are unmessagable by default
* Update src/modules/AdminModule.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-14 15:28:09 -05:00
github-actions[bot]
a51a6b8c47
[create-pull-request] automated change ( #6812 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
2025-05-14 14:41:37 -05:00
github-actions[bot]
bc313da064
[create-pull-request] automated change ( #6810 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
2025-05-14 13:48:14 -05:00
Austin
f16402dec1
MQTT userprefs ( #6802 )
2025-05-14 13:39:46 -05:00
todd-herbert
feafd2bc0c
Protect T-Echo's touch button against phantom presses in OLED UI ( #6735 )
...
* Guard T-Echo touch button during LoRa TX
* Guard for T-Echo only
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2025-05-14 06:33:51 -05:00
Ben Meadors
94af3bd1ab
Formatting
2025-05-14 06:31:18 -05:00
Richard Zhang
d9ad2322e8
Fixes BUG #6243 Heltec Tracker ( #6781 )
...
* fix wireless tracker screen issues
* fix SHTC3 BUG
* Remove the 32K crystal oscillator option for the Wireless Paper and Vision Master series.
* Correct spelling errors
* Update src/graphics/Screen.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-14 06:29:05 -05:00
Ben Meadors
0a8bd1e4be
Add contact admin message (for QR code) ( #6806 )
2025-05-14 05:33:51 -05:00
HarukiToreda
ace63eee8d
Fix for dismissing channel frame when replied.
2025-05-13 14:15:56 -04:00
HarukiToreda
9cba2e7b7f
Screen logo, mute icon, and screen wake on new node
2025-05-13 10:00:34 -04:00
Thomas Göttgens
cc66f7c79b
Crowpanel 4.3, 5.0, 7.0 support ( #6611 )
...
* SD software SPI control
* fix notification crash;
* allow wake on touch
* don't build non-MUI variants
* use pwm buzzer
* Finalize support for Crowpanel TFT 2.4, 2.8 and 3.5
* add hardware ID for TFT panels
* Add stubs for the bigger panels. WIP!
* fix braces
* elecrow 4.3, 5.0, 7.0 support
* completed implementation 4.3, 5.0, 7.0 variants
* NodeDB default config & simplified light sleep macros
* trunk fmt
* remove flags
* removed leftovers (note: rtc gpios are only needed for deep sleep; the remove section caused issues with the elecrows)
---------
Co-authored-by: mverch67 <manuel.verch@gmx.de>
Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com>
Co-authored-by: Austin <vidplace7@gmail.com>
2025-05-13 14:15:52 +02:00
github-actions[bot]
e1417cff2e
[create-pull-request] automated change ( #6804 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
2025-05-13 06:59:26 -05:00
HarukiToreda
efb3f85cd0
Fix for emote and mute icon
2025-05-13 00:49:59 -04:00
HarukiToreda
fe25e5efd5
Mute icon and bell emote added
2025-05-13 00:25:55 -04:00
HarukiToreda
c40fdc9a43
Adjustments to GPS screen
2025-05-12 13:58:13 -04:00
HarukiToreda
7293e542ec
GPS toggle now tells if it's on or off
2025-05-11 23:24:05 -04:00
Ben Meadors
b9fcd9da23
Add some no-nonsense coercion for self-reporting node values ( #6793 )
...
CI / build-rpi2040 (push) Has been cancelled
CI / build-stm32 (push) Has been cancelled
CI / gather-artifacts (esp32) (push) Has been cancelled
CI / gather-artifacts (esp32c3) (push) Has been cancelled
CI / gather-artifacts (esp32c6) (push) Has been cancelled
CI / gather-artifacts (esp32s3) (push) Has been cancelled
CI / gather-artifacts (nrf52840) (push) Has been cancelled
CI / gather-artifacts (rp2040) (push) Has been cancelled
CI / gather-artifacts (stm32) (push) Has been cancelled
CI / release-artifacts (push) Has been cancelled
CI / release-firmware (esp32) (push) Has been cancelled
CI / release-firmware (esp32c3) (push) Has been cancelled
CI / release-firmware (esp32c6) (push) Has been cancelled
CI / release-firmware (esp32s3) (push) Has been cancelled
CI / release-firmware (nrf52840) (push) Has been cancelled
CI / release-firmware (rp2040) (push) Has been cancelled
CI / release-firmware (stm32) (push) Has been cancelled
CI / publish-firmware (push) Has been cancelled
process stale Issues and PR's / Close Stale Issues (push) Has been cancelled
Nightly / Trunk Check and Upload (push) Has been cancelled
Nightly / Trunk Upgrade (PR) (push) Has been cancelled
Daily Packaging / docker-multiarch (push) Has been cancelled
Daily Packaging / package-ppa (jammy) (push) Has been cancelled
Daily Packaging / package-ppa (noble) (push) Has been cancelled
Daily Packaging / package-ppa (oracular) (push) Has been cancelled
Daily Packaging / package-ppa (plucky) (push) Has been cancelled
Daily Packaging / package-obs (push) Has been cancelled
Daily Packaging / hook-copr (push) Has been cancelled
End to end tests / native-tests (push) Has been cancelled
End to end tests / hardware-tests (push) Has been cancelled
* Add some no-nonsense coercion for self-reporting node values
* Update src/mesh/PhoneAPI.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-11 18:08:29 -05:00
Ben Meadors
2a06b058fd
Only send nodes on want_config of 69421 ( #6792 )
2025-05-11 15:18:53 -05:00
HarukiToreda
2f4f2b1202
Bug fix where freetext screen activates when alert banner shows
2025-05-11 12:15:44 -04:00
Tom
62e1974d09
Add clarifying note about AHT20 also being included with AHT10 library ( #6787 )
...
CI / build-esp32-c3 (push) Blocked by required conditions
CI / build-esp32-c6 (push) Blocked by required conditions
CI / build-nrf52 (push) Blocked by required conditions
CI / build-rpi2040 (push) Blocked by required conditions
CI / build-stm32 (push) Blocked by required conditions
CI / build-debian-src (push) Waiting to run
CI / package-pio-deps-native-tft (push) Waiting to run
CI / test-native (push) Waiting to run
CI / docker-deb-amd64 (push) Waiting to run
CI / docker-deb-amd64-tft (push) Waiting to run
CI / docker-alp-amd64 (push) Waiting to run
CI / docker-alp-amd64-tft (push) Waiting to run
CI / docker-deb-arm64 (push) Waiting to run
CI / docker-deb-armv7 (push) Waiting to run
CI / gather-artifacts (esp32) (push) Blocked by required conditions
CI / gather-artifacts (esp32c3) (push) Blocked by required conditions
CI / gather-artifacts (esp32c6) (push) Blocked by required conditions
CI / gather-artifacts (esp32s3) (push) Blocked by required conditions
CI / gather-artifacts (nrf52840) (push) Blocked by required conditions
CI / gather-artifacts (rp2040) (push) Blocked by required conditions
CI / gather-artifacts (stm32) (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
CI / release-firmware (esp32) (push) Blocked by required conditions
CI / release-firmware (esp32c3) (push) Blocked by required conditions
CI / release-firmware (esp32c6) (push) Blocked by required conditions
CI / release-firmware (esp32s3) (push) Blocked by required conditions
CI / release-firmware (nrf52840) (push) Blocked by required conditions
CI / release-firmware (rp2040) (push) Blocked by required conditions
CI / release-firmware (stm32) (push) Blocked by required conditions
CI / publish-firmware (push) Blocked by required conditions
* Update AHT10.h
Add clarifying note about AHT20 also being included
* Update AHT10.cpp
Add clarifying note about AHT20 also being included
2025-05-11 17:17:37 +08:00
HarukiToreda
d9bfed242c
Fixed bug making time dissapear when mute icon shows
2025-05-11 02:07:40 -04:00
HarukiToreda
4b770ceade
Mute symbol on Header
2025-05-11 01:43:56 -04:00
HarukiToreda
9fc208df5f
Bold effect on text in ** Like this **
2025-05-11 00:02:40 -04:00
HarukiToreda
6542c7bb47
Degree sign fix
2025-05-10 23:05:08 -04:00
HarukiToreda
48dc44ea8f
Fix for degree sign type characters on text message screen
2025-05-10 17:29:18 -04:00
HarukiToreda
6bc9986f22
Spacing added in text to allow bigger emotes.
2025-05-10 01:10:20 -04:00
HarukiToreda
9c4dae3bf6
Inline Emote and text feature
2025-05-10 00:23:13 -04:00
HarukiToreda
dbc0122bbd
Adjustments and alignments to IconScreen
2025-05-09 23:31:56 -04:00
HarukiToreda
a1d859bf4c
Base UI Logo change
2025-05-09 21:19:50 -04:00
HarukiToreda
71ba6fa9ce
Update Screen.cpp
2025-05-09 14:49:19 -04:00
HarukiToreda
212963156b
Fixed logic check for minimum pop-up size
2025-05-09 12:36:21 -04:00
HarukiToreda
ae88ec96f7
Extra padding for tft alert banner and BaseUI on welcome screen
2025-05-09 12:06:21 -04:00
HarukiToreda
b66d3d7157
Bell Icon added
2025-05-09 11:02:31 -04:00
HarukiToreda
2a7059c86e
Alert Message banner
2025-05-08 23:12:05 -04:00
HarukiToreda
14752caee5
Notification banners implemented
2025-05-08 22:00:57 -04:00
Ben Meadors
981ecfdb61
Add client notification before role based power saving (sleep) ( #6759 )
...
CI / docker-alp-amd64-tft (push) Has been cancelled
CI / docker-deb-arm64 (push) Has been cancelled
CI / docker-deb-armv7 (push) Has been cancelled
CI / check (push) Has been cancelled
CI / build-esp32 (push) Has been cancelled
CI / build-esp32-s3 (push) Has been cancelled
CI / build-esp32-c3 (push) Has been cancelled
CI / build-esp32-c6 (push) Has been cancelled
CI / build-nrf52 (push) Has been cancelled
CI / build-rpi2040 (push) Has been cancelled
CI / build-stm32 (push) Has been cancelled
CI / gather-artifacts (esp32) (push) Has been cancelled
CI / gather-artifacts (esp32c3) (push) Has been cancelled
CI / gather-artifacts (esp32c6) (push) Has been cancelled
CI / gather-artifacts (esp32s3) (push) Has been cancelled
CI / gather-artifacts (nrf52840) (push) Has been cancelled
CI / gather-artifacts (rp2040) (push) Has been cancelled
CI / gather-artifacts (stm32) (push) Has been cancelled
CI / release-artifacts (push) Has been cancelled
CI / release-firmware (esp32) (push) Has been cancelled
CI / release-firmware (esp32c3) (push) Has been cancelled
CI / release-firmware (esp32c6) (push) Has been cancelled
CI / release-firmware (esp32s3) (push) Has been cancelled
CI / release-firmware (nrf52840) (push) Has been cancelled
CI / release-firmware (rp2040) (push) Has been cancelled
CI / release-firmware (stm32) (push) Has been cancelled
CI / publish-firmware (push) Has been cancelled
Nightly / Trunk Check and Upload (push) Has been cancelled
Nightly / Trunk Upgrade (PR) (push) Has been cancelled
Semgrep Full Scan / semgrep-full (push) Has been cancelled
* Add client notification before role based power saving (sleep)
* Unsigned
2025-05-07 21:20:32 -05:00
Jonathan Bennett
3a6fc668d8
20948 compass support ( #6707 )
...
* Add __has_include blocks for sensors
* Put BMP and BME back in the right sensors
* Split environmental_base to environmental_extra, to compile the working sensor libs for Native
* Remove hard-coded checks for ARCH_PORTDUINO
* Un-clobber bmx160
* Move BusIO to environmental_extra due to Armv7 compile error
* Move to forked BusIO for the moment
* Switch to Meshtastic ICM-20948 lib for Portduino support
* Use 20948 for compass direction
* Compass is more than just RAK4631
* Cleanup for 20948 compass
* use Meshtastic branch of 20948 lib
* Check for HAS_SCREEN for showing calibration screen
* No accelerometerThread on STM32
2025-05-07 18:38:42 -05:00
HarukiToreda
581021031c
Update SharedUIDisplay.cpp
2025-05-07 18:44:18 -04:00
Ben Meadors
6f256c06f6
Fix warning
2025-05-07 09:26:10 -05:00
HarukiToreda
4e8ae7b108
Removed Jitter
2025-05-07 02:49:11 -04:00
HarukiToreda
0a61ea4137
Ad-hoc Position banner added
2025-05-07 01:05:14 -04:00