Michał Kucharski

Results 9 comments of Michał Kucharski

Yep. And as i said this error occurs even with other switches

Thanks for response. I also forced 64-bit architesture as you suggested but still, the created .exe wont work: ``` C:\Users\M.Kucharskov\Desktop\Wymiana>test.exe Starting notepad.exe C:\Users\M.Kucharskov\Desktop\Wymiana>test.exe.packed.exe C:\Users\M.Kucharskov\Desktop\Wymiana>test.exe.packed64.exe ``` Do you have any other...

Strange... @phra. ~~I just add ``#define _DEBUG_`` in all .h or .hpp files (cus i cannot find another way to enable already DEGUB lines) and i still didnt get any...

_Temporary sollution_: Im suggesting to use the https://hub.docker.com/r/thekingofduck/pezor docker image which have working wersion of PEzor with all at-that-time dependencies correctly installed. This version is a little bit old but...

Hi @foxhaunt! Just start the docker interactive with mapped volume, like: ``sudo docker run -v /directory/on/host:/directory/on/docker -it thekingofduck/pezor /bin/bash`` Then you can use PEzor.sh from /opt or /PEzor (i didint...

Im already trying to fix working of PEzor... To fix that [install.sh#L37](https://github.com/phra/PEzor/blob/master/install.sh#L37) it should be like that: ``go install github.com/EgeBalci/sgn@latest &&`` Then installation finishes propelly

I have the same issue. After some investigation i checked that this error is caused in handle() method....

Got it! To fix temporary this issue you need to declare onDisconnect() in setup, for example: ``` mqtt.onDisconnect([]() { Serial.printf("MQTT: Disconnected\r\n"); }); ``` Additionally theres second bug which occurs in...

Guys! I stopped working on fixing the issues with PEzor. Even @phra do not response anymore... Your problems is caused by not reading explainations (eg just add go path to...