Paulo Cabral

Results 5 comments of Paulo Cabral

Mister FPGA WiFi Compilation instructions are located here: https://github.com/MiSTer-devel/Main_MiSTer/wiki/MISTER-CUSTOM-WIFI-DRIVER-COMPILATION-GUIDE

eeprom.bin 1KB flash.bin 32KB hfuse.bin 1KB lfuse.bin 1KB Ran the backup twice and performed a file comparison and they matched. (I don't remember if I used it to restore the...

Here is the commit which supports inline loading of my private config file: https://github.com/SumolX/DIY-Multiprotocol-TX-Module/commit/daa8e5720f668f138008f6c67a28bf5623b1ef7f Here is the commit which contains my private config file which is loaded inline: https://github.com/SumolX/DIY-Multiprotocol-TX-Module/commit/b6b0ec735ee55564c95d96f754ac6ed667222a1f

In my branch I created a symbolic link from _MyConfig.h.Futaba-8FG-BT -> _MyConfig.h and build the code successfully with USE_MY_CONFIG defined.

Library now successfully runs on a ESP32-S3 and I have 2 ESP32s both publishing and consuming each other's topics. Not sure if this PR would be accepted as it does...