Uglješa Lukešević
Uglješa Lukešević
You are needed to write this code into server.js. Sorry for my previously message. You are nedded only add this code in server.js: `app.get('/store', function(req, res) { fs.readFile('items.json', function(error, data)...
How to module pyfakewebcam work on Windows? I'am visited this link. On this module only showing virtual webcam using OBS virtual cam and Unity Capiture. I'am want to this module...
Thanks @parthsarthiprasad for answer, but has not solution. I'am seen to this project working with v4l2loopback-utils camera driver. Windows does not have v4l2loopback-utils cam driver, maybe Windows has another driver...
@robert-hh I will change the pin configuration. For the MCO clock, should I add a flag if someone wants to use it like: `MICROPY_HW_ETH_RMII_ENABLE_CLOCK`, or just include it in board_init.c...
Got it. I think better to put it as `#define`, because if any newbie comes, it can try changing some settings for ETH, not to go through different board ports...
Sorry, what do you mean? I added it with `stm32/eth.c: Use CLK_OUT flag.`. Only if you are thinking for something related to `mpconfigport.h`.
## Conclusion for this PR - The external clock is not used somewhere on the hardware designs. To get MCU to provide clock, in definitions you need to enable `MICROPY_HW_ETH_RMII_CLK_OUT`....
After @robert-hh commited, most of the issues are resolved. Only specific hardware design like mine requires setting clock output. If someone needs CLK_OUT set up, it should be defined in...
Also, if someone needs it defined in MPY `board.h` file, it can just use my fork of MPY.
Same issue with Creator Pro