You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you for making this wonderful lib, I'm facing some issues setting config to the printer,
In the code snipet in the documentationp.SetConfig(escpos.ConfigEpsonTMT20II) is missing,
Following is the error
# command-line-arguments
./main.go:16:4: p.SetConfig undefined (type *escpos.Escpos has no field or method SetConfig)
./main.go:16:21: undefined: escpos.ConfigEpsonTMT20II
How to set config to the printer?
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for making this wonderful lib, I'm facing some issues setting config to the printer,
In the code snipet in the documentation
p.SetConfig(escpos.ConfigEpsonTMT20II)
is missing,Following is the error
How to set config to the printer?
The text was updated successfully, but these errors were encountered: