Skip to content

Commit

Permalink
Feat(Init): Update library name
Browse files Browse the repository at this point in the history
Updates the library name reported during initialization.
  • Loading branch information
CodeGoat-dev committed Jan 20, 2025
1 parent f690be5 commit f314b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetworkManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ async def stop_captive_portal_server(self):
async def run(self):
"""Runs the network manager initialization process and maintains connectivity."""
try:
print(f"Goat - Network Manager Version {self.VERSION}")
print(f"Goat - Pico Network Manager Version {self.VERSION}")

# Set the hostname for the device
network.hostname(self.hostname)
Expand Down

0 comments on commit f314b72

Please sign in to comment.