Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions software/release/all/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'adxl345.py': 3,
'am1.py': 1,
'hm1.py': 1,
'ssp_networking.py': 5,
'ssp_networking.py': 6,
'files.py': 2,
'icons.py': 2,
'prefs.py': 2,
Expand All @@ -13,7 +13,7 @@
'sm3.py': 1,
'sl1.py': 1,
'smartlight.py': 1,
'networking.py': 8,
'networking.py': 9,
'main.py': 2,
'boot.py': 0
}
Expand Down
2 changes: 2 additions & 0 deletions software/release/all/ssp_networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os
import gc
import webrepl
from sys import implementation


class SSP_Networking:
Expand All @@ -14,6 +15,7 @@ def __init__(self, infmsg=False, dbgmsg=False, errmsg=False, admin=False, initti
print(f"{(time.ticks_ms() - inittime) / 1000:.3f} Initialising Smart System Platform Networking")
self.networking = Networking(infmsg, dbgmsg, errmsg, admin, inittime)
config["id"] = ubinascii.hexlify(machine.unique_id()).decode()
config["type"] = (implementation._machine if hasattr(implementation, "_machine") else implementation.name)
config["ap_mac"] = self.networking.ap.mac_decoded()
config["sta_mac"] = self.networking.sta.mac_decoded()
self.networking.config = config
Expand Down
6 changes: 3 additions & 3 deletions software/release/am1/config.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
config = {'ap_channel': 1, 'id': None, 'name': 'Nick', 'sta_mac': None, 'ap_mac': None, 'configuration': None, 'sta_channel': 1, 'version': '2025-10-13-221423'}
config = {'ap_channel': 1, 'id': None, 'name': 'Nick', 'sta_mac': None, 'ap_mac': None, 'configuration': None, 'sta_channel': 1, 'type': None, 'version': '2025-10-13-223628'}
version = {
'adxl345.py': 3,
'am1.py': 1,
'hm1.py': 1,
'ssp_networking.py': 5,
'ssp_networking.py': 6,
'files.py': 2,
'icons.py': 2,
'prefs.py': 2,
Expand All @@ -13,7 +13,7 @@
'sm3.py': 1,
'sl1.py': 1,
'smartlight.py': 1,
'networking.py': 8,
'networking.py': 9,
'main.py': 2,
'boot.py': 0
}
Expand Down
2 changes: 2 additions & 0 deletions software/release/am1/ssp_networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os
import gc
import webrepl
from sys import implementation


class SSP_Networking:
Expand All @@ -14,6 +15,7 @@ def __init__(self, infmsg=False, dbgmsg=False, errmsg=False, admin=False, initti
print(f"{(time.ticks_ms() - inittime) / 1000:.3f} Initialising Smart System Platform Networking")
self.networking = Networking(infmsg, dbgmsg, errmsg, admin, inittime)
config["id"] = ubinascii.hexlify(machine.unique_id()).decode()
config["type"] = (implementation._machine if hasattr(implementation, "_machine") else implementation.name)
config["ap_mac"] = self.networking.ap.mac_decoded()
config["sta_mac"] = self.networking.sta.mac_decoded()
self.networking.config = config
Expand Down
6 changes: 3 additions & 3 deletions software/release/hm3/config.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
config = {'ap_channel': 1, 'id': None, 'name': 'Nick', 'sta_mac': None, 'ap_mac': None, 'configuration': None, 'sta_channel': 1, 'version': '2025-10-13-221423'}
config = {'ap_channel': 1, 'id': None, 'name': 'Nick', 'sta_mac': None, 'ap_mac': None, 'configuration': None, 'sta_channel': 1, 'type': None, 'version': '2025-10-13-223628'}
version = {
'adxl345.py': 3,
'am1.py': 1,
'hm1.py': 1,
'ssp_networking.py': 5,
'ssp_networking.py': 6,
'files.py': 2,
'icons.py': 2,
'prefs.py': 2,
Expand All @@ -13,7 +13,7 @@
'sm3.py': 1,
'sl1.py': 1,
'smartlight.py': 1,
'networking.py': 8,
'networking.py': 9,
'main.py': 2,
'boot.py': 0
}
Expand Down
2 changes: 2 additions & 0 deletions software/release/hm3/ssp_networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os
import gc
import webrepl
from sys import implementation


class SSP_Networking:
Expand All @@ -14,6 +15,7 @@ def __init__(self, infmsg=False, dbgmsg=False, errmsg=False, admin=False, initti
print(f"{(time.ticks_ms() - inittime) / 1000:.3f} Initialising Smart System Platform Networking")
self.networking = Networking(infmsg, dbgmsg, errmsg, admin, inittime)
config["id"] = ubinascii.hexlify(machine.unique_id()).decode()
config["type"] = (implementation._machine if hasattr(implementation, "_machine") else implementation.name)
config["ap_mac"] = self.networking.ap.mac_decoded()
config["sta_mac"] = self.networking.sta.mac_decoded()
self.networking.config = config
Expand Down
6 changes: 3 additions & 3 deletions software/release/mm1/config.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
config = {'ap_channel': 1, 'id': None, 'name': 'Nick', 'sta_mac': None, 'ap_mac': None, 'configuration': None, 'sta_channel': 1, 'version': '2025-10-13-221423'}
config = {'ap_channel': 1, 'id': None, 'name': 'Nick', 'sta_mac': None, 'ap_mac': None, 'configuration': None, 'sta_channel': 1, 'type': None, 'version': '2025-10-13-223628'}
version = {
'adxl345.py': 3,
'am1.py': 1,
'hm1.py': 1,
'ssp_networking.py': 5,
'ssp_networking.py': 6,
'files.py': 2,
'icons.py': 2,
'prefs.py': 2,
Expand All @@ -13,7 +13,7 @@
'sm3.py': 1,
'sl1.py': 1,
'smartlight.py': 1,
'networking.py': 8,
'networking.py': 9,
'main.py': 2,
'boot.py': 0
}
Expand Down
2 changes: 2 additions & 0 deletions software/release/mm1/ssp_networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os
import gc
import webrepl
from sys import implementation


class SSP_Networking:
Expand All @@ -14,6 +15,7 @@ def __init__(self, infmsg=False, dbgmsg=False, errmsg=False, admin=False, initti
print(f"{(time.ticks_ms() - inittime) / 1000:.3f} Initialising Smart System Platform Networking")
self.networking = Networking(infmsg, dbgmsg, errmsg, admin, inittime)
config["id"] = ubinascii.hexlify(machine.unique_id()).decode()
config["type"] = (implementation._machine if hasattr(implementation, "_machine") else implementation.name)
config["ap_mac"] = self.networking.ap.mac_decoded()
config["sta_mac"] = self.networking.sta.mac_decoded()
self.networking.config = config
Expand Down
6 changes: 3 additions & 3 deletions software/release/sl1/config.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
config = {'ap_channel': 1, 'id': None, 'name': 'Nick', 'sta_mac': None, 'ap_mac': None, 'configuration': None, 'sta_channel': 1, 'version': '2025-10-13-221423'}
config = {'ap_channel': 1, 'id': None, 'name': 'Nick', 'sta_mac': None, 'ap_mac': None, 'configuration': None, 'sta_channel': 1, 'type': None, 'version': '2025-10-13-223628'}
version = {
'adxl345.py': 3,
'am1.py': 1,
'hm1.py': 1,
'ssp_networking.py': 5,
'ssp_networking.py': 6,
'files.py': 2,
'icons.py': 2,
'prefs.py': 2,
Expand All @@ -13,7 +13,7 @@
'sm3.py': 1,
'sl1.py': 1,
'smartlight.py': 1,
'networking.py': 8,
'networking.py': 9,
'main.py': 2,
'boot.py': 0
}
Expand Down
2 changes: 2 additions & 0 deletions software/release/sl1/ssp_networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os
import gc
import webrepl
from sys import implementation


class SSP_Networking:
Expand All @@ -14,6 +15,7 @@ def __init__(self, infmsg=False, dbgmsg=False, errmsg=False, admin=False, initti
print(f"{(time.ticks_ms() - inittime) / 1000:.3f} Initialising Smart System Platform Networking")
self.networking = Networking(infmsg, dbgmsg, errmsg, admin, inittime)
config["id"] = ubinascii.hexlify(machine.unique_id()).decode()
config["type"] = (implementation._machine if hasattr(implementation, "_machine") else implementation.name)
config["ap_mac"] = self.networking.ap.mac_decoded()
config["sta_mac"] = self.networking.sta.mac_decoded()
self.networking.config = config
Expand Down
6 changes: 3 additions & 3 deletions software/release/sp1/config.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
config = {'ap_channel': 1, 'id': None, 'name': 'Nick', 'sta_mac': None, 'ap_mac': None, 'configuration': None, 'sta_channel': 1, 'version': '2025-10-13-221423'}
config = {'ap_channel': 1, 'id': None, 'name': 'Nick', 'sta_mac': None, 'ap_mac': None, 'configuration': None, 'sta_channel': 1, 'type': None, 'version': '2025-10-13-223628'}
version = {
'adxl345.py': 3,
'am1.py': 1,
'hm1.py': 1,
'ssp_networking.py': 5,
'ssp_networking.py': 6,
'files.py': 2,
'icons.py': 2,
'prefs.py': 2,
Expand All @@ -13,7 +13,7 @@
'sm3.py': 1,
'sl1.py': 1,
'smartlight.py': 1,
'networking.py': 8,
'networking.py': 9,
'main.py': 2,
'boot.py': 0
}
Expand Down
2 changes: 2 additions & 0 deletions software/release/sp1/ssp_networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os
import gc
import webrepl
from sys import implementation


class SSP_Networking:
Expand All @@ -14,6 +15,7 @@ def __init__(self, infmsg=False, dbgmsg=False, errmsg=False, admin=False, initti
print(f"{(time.ticks_ms() - inittime) / 1000:.3f} Initialising Smart System Platform Networking")
self.networking = Networking(infmsg, dbgmsg, errmsg, admin, inittime)
config["id"] = ubinascii.hexlify(machine.unique_id()).decode()
config["type"] = (implementation._machine if hasattr(implementation, "_machine") else implementation.name)
config["ap_mac"] = self.networking.ap.mac_decoded()
config["sta_mac"] = self.networking.sta.mac_decoded()
self.networking.config = config
Expand Down