PAC changed after firmware update
-
I firmware updated my FiPy and my PAC number changed.
Anyone a solution for that?
My device is already activated on sigfox backend.
The new PAC is not a valid one.
Thanks in advance.
-
It just happened to me too :-(
Yesterday it worked, and today it doesn't.
-
@leare86
Please open a ticket https://pycomiot.atlassian.net/servicedesk/customer/portal/1 including your WLAN MAC address so the team can investigateTo obtain your WLAN MAC address do:
import binascii
binascii.hexlify(machine.unique_id())Thanks