Ádám Ambarus

Results 27 comments of Ádám Ambarus

Here's how the device looks after adding to the config. I hope that helps: ![image](https://user-images.githubusercontent.com/28105145/162568611-356a4567-b9e3-4e3b-9115-b66603d2403d.png)

also this message: ``` 5/8/2022, 9:31:03 PM[node: MQTT Local Z2M](http://xxx:1880/#) msg : string[33] "Bridge status: {"state":"online"}" ```

To solve this, change the header to `WiFi.h`.

@tablatronix Unfortunately, I couldn't solve the original issue, changing that header is a previous step before getting my errors.

I have the library cloned in my libs folder. With lib_deps, it complained for not finding ESP8266WiFi.h Will try ldf mode, and get back, thanks!

Hi, unfortunately it's not working. Here's the full error message by the way: ``` In file included from lib/_WiFiManager/WiFiManager.cpp:13: lib/_WiFiManager/WiFiManager.h:436:30: error: 'WebServer' does not name a type; did you mean...

I'm sorry for my late reply. It's the simplest: ``` [env:d1_mini] platform = espressif8266 board = d1_mini board_build.f_flash = 80000000L board_build.flash_mode = qio upload_speed = 921600 board_build.filesystem = littlefs monitor_speed...

Interesting. The Output is: ``` Error: Traceback (most recent call last): File "C:\Users\adama\.platformio\penv\lib\site-packages\platformio\__main__.py", line 102, in main cli() # pylint: disable=no-value-for-parameter File "C:\Users\adama\.platformio\penv\lib\site-packages\click\core.py", line 1130, in __call__ return self.main(*args, **kwargs)...