mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-03-28 17:42:55 +01:00
chore: firmware patch
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
diff --git a/.gitignore b/.gitignore
|
||||
index cc742c6c1..545b0923a 100644
|
||||
index cc742c6c1..0b75b63b8 100644
|
||||
--- a/.gitignore
|
||||
+++ b/.gitignore
|
||||
@@ -32,7 +32,7 @@ __pycache__
|
||||
*.swo
|
||||
*~
|
||||
|
||||
-venv/
|
||||
+.venv/
|
||||
release/
|
||||
.vscode/extensions.json
|
||||
/compile_commands.json
|
||||
@@ -41,3 +41,11 @@ src/mesh/raspihttp/private_key.pem
|
||||
|
||||
# Ignore logo (set at build time with platformio-custom.py)
|
||||
@@ -314,7 +323,7 @@ index 000000000..4faef7774
|
||||
\ No newline at end of file
|
||||
diff --git a/poetry.lock b/poetry.lock
|
||||
new file mode 100644
|
||||
index 000000000..f3e0ebd0f
|
||||
index 000000000..9d9f1b97b
|
||||
--- /dev/null
|
||||
+++ b/poetry.lock
|
||||
@@ -0,0 +1,468 @@
|
||||
@@ -625,14 +634,14 @@ index 000000000..f3e0ebd0f
|
||||
+
|
||||
+[[package]]
|
||||
+name = "mesh-plugin-manager"
|
||||
+version = "1.0.0"
|
||||
+version = "1.0.1"
|
||||
+description = ""
|
||||
+optional = false
|
||||
+python-versions = ">=3.14"
|
||||
+groups = ["main"]
|
||||
+files = [
|
||||
+ {file = "mesh_plugin_manager-1.0.0-py3-none-any.whl", hash = "sha256:e98fcceeaaba37d24a4831892abf77d44ffec8ad94e8895245bf857a3a0c4334"},
|
||||
+ {file = "mesh_plugin_manager-1.0.0.tar.gz", hash = "sha256:58a607e2a89de609a71ed797cebaa6baf32f1b276005c1206a37f1974e0b87c5"},
|
||||
+ {file = "mesh_plugin_manager-1.0.1-py3-none-any.whl", hash = "sha256:2880baf3d9991102d30297d597730c89cfa7977d2c6b9003c98bec92bd553160"},
|
||||
+ {file = "mesh_plugin_manager-1.0.1.tar.gz", hash = "sha256:f307ac5569e9922157bd8c5047b607dba3f31e4bff11f23255cf0eacc186f99f"},
|
||||
+]
|
||||
+
|
||||
+[package.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user