jonasbjurel

Results 4 issues of jonasbjurel

In some cases you do not want the Log object to be instantiated automatically by the library. Reasons could be that you want to control the heap memory segment type...

In some cases you do not want the Log object to be instantiated automatically by the library. Reasons could be that you want to control the heap memory segment type...

Super good MQTT library - kudos! It appears that the library is not thread safe. Introducing lock protecting buffer may be difficult while supporting all hardware . I propose to...

To be able to find out if the network with static addresses or with DHCP following methods are proposed: //check if static network configuration is set bool isStaticIp(void); //provides static...