Bartosz Biłas

Results 14 comments of Bartosz Biłas

Seems that we have to force -std=c++11 when xerces is used due to char16_t type which is introduced since c++11. ``` buildroot/output/host/arc-buildroot-linux-gnu/sysroot/usr/include/xercesc/util/Xerces_autoconf_config.hpp:123:9: error: ‘char16_t’ does not name a type 123...

@niello you can reproduce those errors using the following steps: 1. git clone --single-branch --branch cegui-opengles-errors https://github.com/bbilas/buildroot.git 2. cd buildroot 3. make cegui_opengles_defconfig 4. make cegui

I'll answer myself. CEGUI isn't compatible with the new minizip version (https://github.com/nmoinvaz/minizip) which is used by buildroot. Are there any plans to make it compatible or not?

Sure, currently I'm super busy but in the meantime I will try to take care of it. Btw. What about the new release (v0-8-8) and the existing pull requests? Do...

@roleoroleo Is it known when the new binaries will be released with the fixed ONVIF?

> This is the working codes for Airwell HDLE-035N-09M25: > > `- platform: gree name: Airwell host: xxx:xxx:xxx:xxx:xxx port: 7000 mac: "xx:xx:xx:xx:xx:xx" target_temp_step: 1 encryption_version: 2` > > Just an...

> > Just an observation, I need to keep the below debug in configuration.yaml for it to works. Commenting it out, makes the integration to not detect the device. However,...

Add a new node with `ina236` into `tests/drivers/sensor/ina230` to be built by CI.

> > Add a new node with `ina236` into `tests/drivers/sensor/ina230` to be built by CI. > > First of all, thanks for review. > > About your comment, I am...