Martin Emrich
Martin Emrich
Hmm, here all entries in my `%USERPROFILE%\.vscode\extensions\extensions.json` have proper (looking?) absolute paths, also for the extensions that show this error, for example: ``` , { "identifier": { "id": "cschlosser.doxdocgen", "uuid":...
Same here (also a Lilygo V2 1.6.1), even tried the latest develop branch. Already wiped flash and config, only two nodes known, heap also on 92% and the device is...
I first tried tweaking the memory allocation and even reverting some older changes, with no sustainable success. Disabling the web server at compile time frees up enough memory to make...
Looks like I took a similar route, with similar incompatibilities discovered... I just got my Heltec V4 working with current Espressif Toolstack via Pioarduino, dropped idle consumption from 110mA to...
> Wifi ? Just tested, works as well. Idle usage is now jumping around at 130-150mA. I guess not only the Wifi stack consumes more cycles, but also a "ServerAPI"...
Done. I am quite new to Meshtastic, but what I gathered so far, mid-term Pioarduino seems to be the better way to go (If Arduino is set to stay as...
After following a little red herring, I also enabled DFS... idle now goes as low as 40mA. In turn, the red herring was a recent commit changing lots of BLE...
Got my Heltec V4 mostly working with latest pioarduino (including "Hybrid Compilation", enabling PM,...). The promised power saving features seem to work: https://github.com/MartinEmrich/meshtastic-firmware/tree/heltec-v4-power/variants/esp32s3/heltec_v4_lp (see README.md).
After leaving the device running for a while, the heap usage still creeps up, and at the 88-90% mark the device starts to drop IP connectivity (Mesh node activity seems...
@jp-bennett TBH I don't think it's a memory leak in the classical sense (memory gets malloc()d and forgotten), but the dynamic allocation over time allocates the same amount of memory...