See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
// wiring example for ripping a PMW3360 SROM: https://i.imgur.com/EspAlvz.jpeg | |
// set the board to 240mhz or higher for best results (WARNING: higher than 240mhz only works with USB if you overvolt the MCU) | |
// this implements reading SPI mode 3. if you want a different mode, you need to edit these two lines: | |
// uint32_t clockval = (1 << pin_clock); | |
// if (newclock && !clockval && buff_i < buffsize) | |
#include <pico/stdlib.h> | |
#define buffsize 50000 |
See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
Enter the Nintendo WFC Settings menu, which can be found in any WFC-enabled game.
Select "Nintendo Wi-Fi Connection Settings".
Set up a new connection if you haven't already done so, then select the connection slot you wish to use.
Scroll down and set "Auto-obtain DNS" to "No", then set Primary DNS to 178.62.43.212
and Secondary DNS to 0.0.0.0
. Select "OK" to confirm.
# View public IP