Mohsen Hatami
Mohsen Hatami
I added a method in "ESP8266HTTPUpdate" to pass down only "HTTPClient" object instead of "WifiClient" and "URL". In this way, I can add some specific headers to the "HTTPClient". I...
@Pablo2048 Definitely yes, It crashes due to lack of memory. I use ESP exceptional decoder, however, it does not show anything, which is so wired. I enabled HTTPClient debugger in...
After struggling with this issue, I have found that HTTPClient uses too many resources of RAM when it wants to POST or GET, and if the memory goes lower than...
> The reason is obvious - SSL - https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/bearssl-client-secure-class.html#memory-requirements . You can try MLFN... Thanks for your help. I have read about MLFN and I added it to my program....
Thanks my friend, I fixed it and now you can use it but remember to change library version from 1.0.8.7 to 1.0.9.1 have nice day.
Sorry I replied late. Well you can't change background color because I haven't wrote any method for this but maybe in feature. I got an email in which you wrote...
Hi, the mipmap folders are for placing your app/launcher icons (which are shown on the homescreen) in only. Any other drawable assets you use should be placed in the relevant...
Hi, I added dependency for this library, you can use it easily. just don't remember to set minSdk 14 in your gradle.build
Step 1. Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency...
If you have drawable folders, just put an image in one of these folders and add it such as this: arc:menuImage="@drawable/pen" Or if you have mipmap folders, just put your...