XBee3: if you configure the Node Identifier (NI) in the XCTU configuration tool… and then in your program take that device and set_node_id() to some different NI… is that permanent or only during the program running time? Like if you did this and then terminate the program, would that device have an NI of what you set_node_id() it to or would it have its XCTU NI configuration?
does set_node_id() change it at a hardware level or is it temporary?
pardon my inaccurate terminologies, I ask this because I dont quite understand low-level configuration on hardware vs. setting values in software well enough.
thanks!