Hamza Hajeir
Hamza Hajeir
### Configuration **PlatformIO Version** (`platformio --version`): 4.3.4 ### Description of problem I’m testing remote CI using Travis CI. I encounter problems testing on my ESP8266 NodeMCU which is attached to...
### Related area Usage of ESP-IDF tools ### Hardware specification ESP32 ### Is your feature request related to a problem? I'm facing an issue using [esp_prov](https://github.com/espressif/esp-idf/tree/master/tools/esp_prov) tools that's in esp-idf....
Hello I've noticed that sometimes i need the plant to work even before i set an access point to connect to it, As a normal operation. So, And because this...
Hi I've noticed a difference in Maximum code size that lies in Arduino boards.txt and platformio/boards. that lies in "not" subtracting the flash segment from total maximum size : https://github.com/platformio/platform-espressif8266/blob/develop/boards/esp01_1m.json#L25...
Hi What would happen if I decided to store 16-bits variables instead of 32-bits ? Would that free up spaces ? As it's mentioned in [ST EEPROM Emulation Docs](https://www.st.com/content/ccc/resource/technical/document/application_note/ee/ef/d7/87/cb/b7/48/52/CD00165693.pdf/files/CD00165693.pdf/jcr:content/translations/en.CD00165693.pdf) Or...
Hi [Getting Started](https://github.com/scriptingxss/IoTGoat#getting-started) section points out to a non-existing release.
Hi I've solved a bug in sensor init while xShut pin is defined and wired The xShut is defaulted to Low state when set to OUTPUT, so an injection of...
### Basic Infos - [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [x] I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed there. -...
Hello guys Sorry for this low level question xD It's about using this library in order to connect to my firebase through GPRS of SIM808. Is it possible ? Where...
Hi I'm new to Python really, but as a C++ programmer, I really weight the static typing. I heard of MyPy as type checking tool, so I've used it in...