simonchen

Results 28 comments of simonchen

how to make a Fade(fromLevel, toLevel, period) function ?

I face to the same issue, have you got resolution yet ?

it seems the same even if I remove all IRAM_ATTR tag. So, it seems this problem is not because the IRAM tag.

I found the issue, thing is , you can run "light.setBrightness(i)" after everything initialization done. eg: ```c if (millis() > 8000) { light.setBrightness(me.heater_power); delay(50); } ```

I use source install with Precise v0.2.0, but still got error: ```log (.venv) simon@simon-7590:~/data/works/tmp/ai/mycroft-precise$ python test.py ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib...

1)I wanna to use source install , because I wanna to move to ARM device. 2) for the dev branch , I got the fllowing ```log (.venv) simon@simon-7590:~/data/works/tmp/ai/mycroft-precise-dev$ python test.py...

我也一样,只有[2]视频不能用,运行几次了,还是报同样的错。而且我实用的是相同版本的chrom浏览器。 @lisztomania-Zero 有解决方案不?

I change it as (64U * 1024U),still the same. however, I change it as 128U * 1024U , I would goes to compile error.

so, are you meaning the problem is because the esp32 having not enough money ? I tested over 50 times last night, if the PNG is over 5kb, I would...