Alessandro Apostoli
Alessandro Apostoli
Hi, I'm afraid I'm pushing it too hard, too much stuff on screen, I bet the altitude graph is causing it to crash
hi try to comment line 80, this line https://github.com/yaapu/FrskyTelemetryScript/blob/9e083362190997aad29b915c5a0a835b93bb5bd9/OTX_ETX/c480x272/SD/WIDGETS/yaapu/lib/layout_map.lua#L80C3-L80C3 like this `--local lastY = libs.drawLib.drawGraph("map_alt", 278-4, 167, 120, 48, utils.colors.darkyellow, alt, false, false, nil, nil)`
ok, I tested on the sim, we need to comment out the whole section, -- lcd.drawBitmap(utils.getBitmap("graph_bg_120x48"),278, 167) -- lcd.setColor(CUSTOM_COLOR,utils.colors.white) -- lcd.drawText(278+118,167-2,altLabel.." "..unitLabel,SMLSIZE+CUSTOM_COLOR+RIGHT) -- local lastY = libs.drawLib.drawGraph("map_alt", 278-4, 167, 120,...
Hi, issues 1, 2 and 3 depend on txmod, nothing I can do about it,please get in touch with rf design. I offer no support for gmapcacther sorry, mine is...
1. TXMod is using mavlink to extract info about GPS status, it appears it's using only the first GPS instance. When using ardupilot with frsky or crossfire telemetry, so using...
Hi, could you test this versione please? [yaapumaps210_text_sensor.zip](https://github.com/user-attachments/files/18364719/yaapumaps210_text_sensor.zip)
Hi, I cannot replicate it, could you save your telemetry so I can replay it in the simulator?
Hi, misison planner and passthrough telemetry are 2 different things, sensors are NOT involved, the only used sensor is GPS, all other telemetry data comes from a custom protocol. No...
Hi, I tried a simulated mission in SITL, I enabled rangefinder1, I can plot it with mavproxy and in my widget I see  So I guess the widget should...
I would say that if you can see it as mavlink "RANGEFINDER.distance" it shoudl work since both MAVLINK and frsky telemetry library use the same ardupilot source