Regressor
Regressor
Got this error too trying to install python-mapnik on ubuntu 16. Also I tried apt-get install python-mapnik and got link error at python - import mapnik. Is there any way...
Thank you. Yes. It was because of unfunctional printer firmware, I reflashed it and now Marlin3DprinterTool works good. I have some strange issue with xyz end switches (when I press...
Solved it for myself adding some dirty code: ``` if(lltype == DLT_EN10MB) { eth = (struct ether_header*)packet; if(ntohs(eth->ether_type) != ETHERTYPE_IP && ntohs(eth->ether_type) != ETHERTYPE_IPV6 && ntohs(eth->ether_type) != ETHERTYPE_VLAN) { return;...
@Lash-L I have robo with routines and wish to help to implement this future. I'm a programmer and have an expierence with HA integrations.
I need an ability to load routines and execute them. Example: I created a routine to make 2 pass - first to clean and second to mop with special options...
No. Routines is a sequence of operations/jobs. Every job can be set to clean or mop with separate settings (like number of cleanings, intensivity and other). Jobs are running one...
> @Regressor I managed to intercept some commands from my app, but I think those are only for creating a task. Maybe this created task is linked to a routine...
> Someone was able to get it to work for them on Windows, but I can't remember who or for what issue. If you don't have a mac/iphone, let us...
> Check here #298 Thank you. I'll try to use this.
> Hi There, sorry for the long time to reply, > > @Regressor You can block roborock dns with adblock dns and then use PCAPDroid to intercept the outgoing PCAP...