Frovy

Results 2 issues of Frovy

In w5500.c `WIZCHIP_READ()` on line `ret = WIZCHIP.IF.SPI._read_byte();` function `_read_byte()` is called even if `_read_burst()` is defined. While reading general logic of these `WIZCHIP_READ/WRITE` functions I assumed that if user...

Documentation [claims](https://swr.vercel.app/docs/mutation#useswrmutation-api) `useSWRMutation` `key` parameter to be "same as [mutate](https://swr.vercel.app/docs/mutation#mutate)'s key". However, `useSWRMutation` in fact **does not accept a filter function** as the global `mutate` does. As I understand, this...