Aurélien Requiem
Aurélien Requiem
@andagent Which branch/tag/version of the `esp-idf` are you using when compiling the project? I think I'm using version 3.1.2 or maybe 3.2 branch. Details here: https://github.com/espressif/esp-idf/releases
@Gius-8 Unless I'm mistaken, your pull request shouldn't be necessary. When compiling the project, you should do `make menuconfig`. You will find a section named `Example Configuration` in which you...
@mark2185 Thank you for the really helpful pointer. As it turn out, performances are degraded when `TERM=vte-direct`. (I'll update the issue at the top)
As a workaround, it appears the following settings work fine: * `TERM=xterm-256color` (instead of `vte-direct`) * `COLORTERM=truecolor` (if not automatically set by your terminal)
@soundreactor Thank you so much for your work.
@brandond I'll perform the change tomorrow and I'll keep you posted. I'm also planning in update to the latest 1.23.8 to make sure the procedure work with the assisted system-upgrade.
I think @75lb the question has more to do with "How do I get an `interface` documentation in the resulting output" rather than something is not working. In my situation,...
Possibly related to upstream issue https://github.com/hashicorp/terraform-provider-aws/issues/35763
To add a little more here... It appears there's a Magisk module ([link](https://github.com/VR-25/acc)) that already do that as well as a front-end app ([link](https://github.com/MatteCarra/AccA)). The main issue though is this...
@duytiennguyen-okta Has there been any progress on this please?