@jocke4u said:
I have used this code:
gw.begin(incomingMessage, AUTO, false, AUTO, RF24_PA_LOW);
Since the PA parameter is the fourth one, you need to set the ones before (but go with defaults for the ones after)
Yes, the MySensors configuration design is to set the unified configuration parameters in MyConfig.h to ensure common sensor configs (.e.g. channel) across sensors but then override on a per-sensor basis as needed.