Dhesamb
Use the following cell to give you random values for channel and PAN ID. import os,binascii,random pan_id = binascii.b2a_hex(os.urandom(2)).decode() channel = random.randint(11, 26) print(‘Use CHANNEL={}, PAN_ID=0x{}’.format(channel, pan_id)).
Voulez-vous bien m’expliquer où il faut le mettre. Cela m’empeche de terminer certains TP.
Merci pour la comprehension