Alex Gourlay

Results 4 comments of Alex Gourlay

Have checked functionality of all rpi GPIO pins and continuity of rpi header. I have checked the voltage at supply pins of the STM32 and get a reading of 5V,...

Yep, had everything working. Then came back to the board and had a blank OLED screen. Tried re-running the make file which failed. Weirdly I managed to run the make...

Can confirm also. The workaround we've come up with makes use of the [redirects](https://nextjs.org/docs/api-reference/next.config.js/redirects) functionality in the config. ``` module.exports = { basePath: '/myapp', async redirects() { return ([ {...

Resolved for us upon updating to v13.1.1 😄