Results 293 comments of Raphael Coeffic

The main reason was the availability of code for some specific changes that allow for read-only tables coming from the NodeMCU project. This is essential for us to reduce RAM...

> EL18: external MPM works after USART6 AF fix, but ELRS still EM I will revisit the method for determining the alternate function.

@jtaylor2 thx for trying it out! I've just fixed the audio, which was somehow still using *unsigned 16 bit*, instead of *signed 16 bit*, as we do now across all...

I believe this is obsoleted by #6233 and #6435.

@druckgott would you mind testing with the firmware built in #6339?

> specialized driver can make use of this ADC value to trigger function switches press That is a possibility as well. Feel free to improve.

> the analog value is always -100 if no button is pressed which seems to be the reason for the previously used "special logic" :-) Yeah, @richardclli told me so....

> See if you can rebase this after my nb4+ PR Is this #5095 ? I don't see much conflicts there, it should go smooth.

> @raphaelcoeffic Not sure why el18 and nv14 not start up, if only flash only the firmware (aka bootloader is 2.11.1) it seems ok, but together with the bootloader, it...

> Now I just put the init before using the delay to make it work, but I think the delaysInit() should be called before boardBLEarlyInit() and remove all other calls...