`firmwared` not updated

When I try to run sphinx I get:

sphinx
Parrot-Sphinx simulator version 1.4

connecting to firmwared version: 1.3
error: sphinx and firmwared versions do not match

I just apt upgraded today. What can I do? Thanks in advance

O K A Y. I just downgraded with apt-install parrot-sphinx=1.3 and when trying to run it, I get:

sphinx drones/bebop2.drone
Parrot-Sphinx simulator version 1.3

connecting to firmwared version: 1.4
error: sphinx and firmwared versions do not match

what am I doing wrong?

You need to restart firmwared after uprading sphinx:

sudo systemctl stop firmwared.service
sudo systemctl start firmwared.service