From 167babdd2b767276cfe9e1e2cce2b7f19f1e3c12 Mon Sep 17 00:00:00 2001 From: Catalin Patulea Date: Thu, 14 Sep 2023 21:44:13 -0400 Subject: [PATCH] Update hardware details (Raspberry Pi). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6952dc..2d5ec83 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ To compile for foubot's hardware, set the following: export GOARCH=arm GOARM=5 GOOS=linux -Running on an NSLU2 slug with the I2C exposed to an LED sign to receive messages. +Running on a Raspberry Pi (Model B Rev 2) with a GPIO wired to the Big Red Button. I am a horrible person, and do not care for vendoring in this instance!