Using a ADS1115 (about 2$) can improve resolution to 0.02A. A voltage divider gives VCC/2 (usually 2.5V) and ADS1115 differential input can then be used with 2048mV resolution to measure voltage between divider and sensor output (it's a copy of mstrens analog airspeed procedure).
Still there is one issue. FrSky does only use precision 1 for current in telemetry. But a workaround is possible. Multiply measurement in oXs and divide it again in OpenTX telemetry with the ratio parameter and set precision 2 for current. My multiplier is 10.2 and ratio is 2.5. 10 and 2.55 would be more intuitive, but ratio does only accept one decimal place.
After calibration resolution was indeed 0.02A with 100A range, good enough to measure servo and motor current with this sensor.
ADS1115 connections:
voltage divider --> ADS1115 A0
sensor out --> ADS1115 A1
VCC--> ADS1115 A2 (not necessary, just out of curiosity and free inputs
