Hamza Hajeir

Results 58 comments of Hamza Hajeir

> Can you elaborate further on this? Looking at say the [esp01_1m](https://github.com/platformio/platform-espressif8266/blob/develop/boards/esp01_1m.json#L7), [d1_mini](https://github.com/platformio/platform-espressif8266/blob/develop/boards/d1_mini.json#L7) or [nodemcu](https://github.com/platformio/platform-espressif8266/blob/develop/boards/nodemcu.json#L7) configurations... where does `PLATFORMIO_` come into the equation? It says `ARDUINO_ESP8266_ESP01`, `ARDUINO_ESP8266_WEMOS_D1MINI`, `ARDUINO_ESP8266_NODEMCU` ... just...

Thanks, How about the straight use of the library, Can you provide a demo example ?

> I have had this same problem with a NodeMCU board with ESP8266. This compiles the sketch well, but it fails and the board resets. I have solved it by...

Same here ! But using STM32F103. LCD freezes and/or prints garbage on screen.

Well, It's a real problem, see this raised issue in ESP8266 Arduino core: https://github.com/esp8266/Arduino/issues/8155 Summary: the file is lost if didn't call `File::close` which is wrapped to `lfs_file_close`. Reason: power...

Same issue here: ![image](https://user-images.githubusercontent.com/32960423/196031147-31bfd4e6-7804-4e93-8a26-d49273061514.png) Left one's number is 61, right's one is 62. Changine language didn't work, I think it'd be better to be a standalone setting per file.

A cause of reaching the limit is the auto rename of the packages with a specific commit ID, such as: `framework-arduinoespressif32@src-093fb8619fcf98944cc8fa3c6dce0b8d`, which floods the command line, breaking the limit. Can...

This is what I'm doing now, the issue is that it will be forced to rename if any other project uses another version, as the other project uses unspecified version...

Hi Akash, unfortunately I've gone with this path, I was trying to figure out available WiFi provisioning methods backthen. On Fri, Feb 16, 2024, 10:35 Akash Chaudhary ***@***.***> wrote: >...

You can check [H4AsyncMQTT](https://github.com/hamzahajeir/h4asyncmqtt), as it relies of a solid TCP client that Phil built its bases.