Kaiyuan
Kaiyuan
In the 'activity' message `.get_meesages('activity') ` you will find a field called 'local_timestamp'. Its description, according to the FIT File Types in the SDK, is 'Timestamp epoch expressed in local...
I came across a .fit file recorded by a Garmin Edge 510 which didn't have the 'local_timestamp'. Another way to work around this is to use the latitude and longitude...
> 继电器是用交流控制交流的吗??? 直流控交流,需要能以直流3V触发,否则就得加mos或者三极管了
> Plug & play, no need to modify the internal of the oven. > 目前版本将烤箱开到最大温度,长通状态(机械烤箱),直接控制烤箱电源应该也不用打开烤箱修改内部吧? 对,你把所有电子器件装在一个盒子里,安一个国标三眼插座,把烤箱电源线接上去即可。
Well, the reason to use AP mode is because it's most straight forward and needs very little code, and doesn't have to deal with handling wrong SSID or password etc.,...
> > Just a few thoughts, no concrete timeline now. No guarantee, it may not happen at all. > > > > * Upgrade to LVGL v7 (or v8 if...
Indeed it could be the memory that caused the issue, because what I'm using is an ESP32 Wrover which has 4MB spiram, the freeze never happened. Do you think adding...
@BG7YWL 你的开发板是不带外部4MB spiram的对吧?我的板子是ESP32 WROVER,自带SPIRAM,没有遇到过死机,估计的确是内存的关系。
ok,你换上新的开发板再试下,如果不再死机,说明是内存问题,多数是绘图的部分导致,我尝试做些优化,但不确定是否可以真的解决
@pastaclub I have updated the branch `beta2` in `main.py`, `gui.py` & `oven_control.py` to optimize the memory usage to hopefully solve the crash issue. Pls help test it if you have...