Manuel
Manuel
> I took a swing at this a couple weeks ago and despite changing more than one line Well, if you looked at the PR code (see link above) to...
> And here's the bigger issue: I did revert that line. It didn't fix the problem. So either something else has changed since then, or it's not the silver bullet...
fixed by [#7792](https://github.com/meshtastic/firmware/pull/7792)
Looks similar to the components used in https://github.com/meshtastic/firmware/pull/6936 . I mean for those that have been newly implemented.
@enimatek-nl The LR1121 has been added in [PR7956](https://github.com/meshtastic/firmware/pull/7956) and is available in develop branch.
@littlbee you find the installation in the web flasher. The support is so new that volunteering work hasn't been done yet for the docs but you're welcome to help out.
I've adapted, built, and tested the other TFT targets: - Indicator - PICOmputer Also, now MUI can revert to former UI.
Reverting from oled style to MUI takes two steps and needs a phone or CLI: -- set display.displaymode COLOR -- set bluetooth.enabled false Maybe for T-Deck it's more convenient to...
To get the GPS working with indicator you'd need to flash this firmware to the rp2040 as documented in PR #5411: https://github.com/Dylanliacc/Serial-Protocol-of-RP2040-on-Indiactor-for-meshtastic
You can (still) configure how long the deep sleep lasts (power.sds_secs) . If you set it e.g. to 30 minutes, it will wake up from deep sleep after 30 minutes...