Frank
Frank
The full log looks like this: ``` 12:18:23.346 -> DFPlayer Analyzer 1.0 - Starting up... 12:18:23.346 -> 12:18:23.393 -> [60] Packet sent (->): 7E FF 6 42 0 0 0...
Hi, from looking into the wire library code, it seems to me that the logic is very different from arduinocore-avr. The only place where a "while" loop occurs is in...
@nekogumi good luck with this proposal - it would be a very valuable addition for some use cases where a bit more speed counts. Actually I made a similar proposal...
Would the code from MegaCoreX solve the problem? https://github.com/MCUdude/MegaCoreX/commit/298601ba1c0cf83d1ee26130d7afed0f27a51b9d Could it be "ported" to the megaavr core?
coding style question - it looks a bit dangerous to use `return;` just to get out of the switch-case early. I think that `break;`would also work in this case -...
List of boards according to [source code](https://github.com/Aircoookie/WLED/blob/5eadbe7ecd21fedc60d1fec7066c382014e9b968/wled00/network.cpp#L19): * ABC! WLED V43 & compatible * ESP32-POE * ESP32Deux * KIT-VE * QuinLED-Dig-Octa & T-ETH-POE * QuinLED-ESP32 * Serg74-ETH32 * TwilightLord-ESP32 *...
@blazoncek ok for me to close this ticket now. Thanks @wled-faq for improving the docs 🥇
Alternatively, the list of "Project tasks" can be used. Click on the alien face (platformIO). This shows a list of "Project tasks". Find the build environment you need, open it...
> I know that @softhack007 has a lot of experience with S3 so he may add something for devices with OPI. @blazoncek @lost-hope I remember that espressif docs say that...
> ESP32 and its variants S2, S3 and C3 use _bootloader_, _partition map_ and _firmware_ files to successfully flash a device. Additionally, you need `boot_app0.bin` at `0xe000`. https://github.com/espressif/arduino-esp32/blob/49b94644c693df22f0a15ffb9454e2d7c3e6c679/tools/platformio-build.py#L212