gdsports / ESC_POS_Printer

Arduino ESC POS printer library
MIT License
48 stars 11 forks source link

compile issue for esp32 #2

Open vivek9676 opened 3 years ago

vivek9676 commented 3 years ago

header file USBHost_t36.h is only available for teensy board. please help me to solve the issue.

sarukutti commented 3 years ago

esp32 can't act as host...use boards which have inbuilt host function or max3421 shield

ralphrmartin commented 2 years ago

esp32s3 can act as host - any chance of making this work with the esp32s3?