Changed binary name

This commit is contained in:
Ignacio Rivero 2025-06-22 02:50:38 -03:00
parent 90827f97e8
commit 4cd3ce7887
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
catprinter-ble
bleh

2
go.mod
View File

@ -1,4 +1,4 @@
module catprinter-ble
module bleh
go 1.22

View File

@ -1,4 +1,4 @@
// catprinter_ble.go
// Bleh!
// A Go reimplementation of the CatPrinterBLE utility
// using Go's BLE stack and Image processing libraries