Skip to content

Instantly share code, notes, and snippets.

@GaryOderNichts
GaryOderNichts / README.md
Created April 18, 2025 16:01
wafel_nowifi_patch

wifi patches

When no wifi module is connected to the system, all nn::ac::Connect calls will fail, since /dev/net/ifmgr/ncl cannot be opened without /dev/net/ifmgr/wd being opened successfully. This is done to ensure that the wifi driver (wifi24) has finished successfully, which will of course never happen without a wifi module.
This causes some funny issues in /dev/emd, since it will abort and go into an endless loop causing the console to freeze due to the cooperative thread model in IOS. This patch simply allows opening /dev/net/ifmgr/ncl without /dev/net/ifmgr/wd, maybe don't use this on a console with an actual wifi module installed though.

@darkxst
darkxst / rules.txt
Last active March 2, 2026 13:26 — forked from denniskupec/rules.txt
KiCad DRC rules for JLCPCB, 2 & 4-layer PCB
(version 1)
#Kicad 7
# 2-layer, 1oz copper
(rule "Minimum Trace Width (outer layer)"
(constraint track_width (min 5mil))
(layer outer)
(condition "A.Type == 'track'"))
(rule "Minimum Trace Spacing (outer layer)"