Vitaly

Results 8 comments of Vitaly

> > It seems that the Notion API has changed and a large limit get 400 error now. > > I changed `"limit": 100000` to `"limit": 100` , and got...

I think 100 is maximum allowed, because even 101 throws an error.

https://github.com/espressif/esp-drone/blob/3e8ffe378c8fc482a5b7a0654804159309f94ddb/components/core/crazyflie/modules/src/system.c#L203C15-L203C15 commented `memInit()` blocks connection in `cfclient`, as it awaits answer from this Port

> @hellvesper Memory module is not fully implemented, so I just comment it out. If comment this line can fix, would you please submit a Pull Request here I see....

> > https://github.com/espressif/esp-drone/blob/3e8ffe378c8fc482a5b7a0654804159309f94ddb/components/core/crazyflie/modules/src/system.c#L203C15-L203C15 > > commented `memInit()` blocks connection in `cfclient`, as it awaits answer from this Port > > Please, I have tried this and it still does not...

If findAll() shortcut for find()->all() they need to be similar or this illogically

the problem looks like fixed in mspdebug version 0.25, anyway it works on Monterey as standalone app, but platformio still using mspdebug v.0.24

> wow guys, I just solved this problem on Mac (Monterey 12.6.2). It seems platformio's mspdebug is old version(v0.24), and i find that my another mspdebug installed by macports, which...