doc: Describe other PCB-K0402WS-V3.0 devices

I recently brought a "Ztyuav Z-QWYT0402", the insides looked identical to the
existing supported "Hisource Hi-K0402WS". Both of them have the
"PCB-K0402-V3.0" silkscreen.

I flashed the vanilla image and it seems to work great.

I changed the documentation to be more inclusive of other devices (including
adding a picture of mine). I suspect more devices might fall into this
"PCB-K0402-V3.0" bucket, for example the "YuanLey YS25-0402" with
the vlan switch also looks suspiciously identical from the outside.

I also added some details I noticed while flashing mine:
teardown, flash padding, how the selector switch actually works.
This commit is contained in:
Alexandru M Stan
2026-05-24 18:33:23 -07:00
parent 1311cb9ea9
commit 073cc1e4a4
9 changed files with 79 additions and 65 deletions
+2 -2
View File
@@ -536,9 +536,9 @@ __code const struct machine machine = {
void machine_custom_init(void) { }
#elif defined MACHINE_HI_K0402WS
#elif defined(MACHINE_PCB_K0402WS_V3) || defined(MACHINE_HI_K0402WS) // Sold as a variety of devices, see doc/
__code const struct machine machine = {
.machine_name = "HiSource HI-K0402WS",
.machine_name = "PCB-K0402WS-V3.0",
.isRTL8373 = 0,
.min_port = 3,
.max_port = 8,