could someone, if possible, let me understand how micropython orders the probes when there are more than one?
with the scan() I can see the address of the probes and I can print the single probe read with a sort of list, but if I reboot the esp8266 or if I change one probe, for example the probe[2] still remain the probe[2] or can change position? I must read the address and assign the address to example 'probe2 = probe[2]' ? I hope I'm clear...
