Mark Smith

Results 35 comments of Mark Smith

Oh, one more thing. That's `Bad SNMP packet...` message is from the Label Printer's IP. Might be worth noting. Let me know if there's any other information I can provide...

Plot thickens: When I `Ctrl-C` on the console to shut the daemon down, it stalls and does not die. I have to `kill -9` the process to make it go...

### SNMP Walk output: ``` snmpwalk -c public -v 1 -On label-printer.halibut.com > snmpwalk-4B-2054A.txt ``` [snmpwalk-4B-2054A.txt](https://github.com/michaelrsweet/lprint/files/9201408/snmpwalk-4B-2054A.txt) ### Debug console output from `lprint` when adding a printer to CUPS ``` ^C[10:41:37]...

Ok. Got lprint running on my server `pan.local` and it's back to generating the same error message. This time with more debugging output: This one includes the first time running...

What's the compilation error? I don't have that hardware so I can't tell you what would be wrong.

That was 3mo ago. Have you tried updating your libraries and tried again? Ie: have they added support recently? `VSPI` not being there sounds like a `#include` is missing.

I added your suggested code: `WiFi.mode(WIFI_STA);` It seems a reasonable thing to do anyway.

Thank you for the warning about the lack of testing. I like this idea, but I'm not at a place where I can take the time to test before merging....

Sorry, @frankcohen and @RedNax67 I did all this original work while on an FMLA break from work. Once I went back to work, my life kinda exploded. I, uhh, don't...

@frankcohen @RedNax67 Are you able to merge this code? Or, submit a PR and I'll review and merge it?