mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-13 02:48:35 -07:00
Improved support for ESP32-based RNodes
This commit is contained in:
@@ -541,8 +541,6 @@ class Reticulum:
|
||||
except Exception as e:
|
||||
RNS.log("The interface \""+name+"\" could not be created. Check your configuration file for errors!", RNS.LOG_ERROR)
|
||||
RNS.log("The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
# TODO: Remove
|
||||
raise e
|
||||
RNS.panic()
|
||||
else:
|
||||
RNS.log("The interface name \""+name+"\" was already used. Check your configuration file for errors!", RNS.LOG_ERROR)
|
||||
|
||||
Reference in New Issue
Block a user