Add initial eink display firmware

This commit is contained in:
2023-05-10 22:54:22 -06:00
parent 8a3022477b
commit 7f9e03d4ba
13 changed files with 2333 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ func requestHandler(w http.ResponseWriter, r *http.Request) {
}
func main() {
fmt.Println("Hello, Nix!")
fmt.Println("Hello, Nix!")
// Create a new Chi router
router := chi.NewRouter()