Craig Manley

Results 39 comments of Craig Manley

Perhaps adding the --routines option to mysqldump will solve it. See http://www.logikdev.com/2011/03/01/how-to-dump-mysql-functions-and-stored-procedures/

Same here. If the package manager is ignoring some packages, then I guess not all updates are getting through: ```Package auto-record version 1.0.0 has no valid architecture, ignoring. Package avin-mods...

Yes, a Caddx Vista. Isn't msp-osd also targeted towards the air module too?

Ah ok then ik makes sense. It does remain weird/confusing though.

Thanks for the detailed explanation. I'll use Value::$xmlrpcValue: that's good enough for me.

> i have found if you get edgeTx 2.7.1 the lua script work perfect but at 2.8 it does not Same here: the elrsv3.lua script fails with the panic message...

I guess the solution from the ELRS devs point of view would be to chop the LUA script into multiple library scripts as is done by some other larger LUA...

Link to issue in ELRS github: https://github.com/ExpressLRS/ExpressLRS/issues/2052

Please include the improved GPS features of the inav port too :) ...eventually (I know it's a lot of work)

You need to specify your connection encoding to mysql server. If your database is called test and you expect utf8 strings in your client app, then use this dsn: `dbi:mysql(mysql_enable_utf8mb4=>1):database=test;host=localhost`...