2020-07-18 16:06:22 +00:00
|
|
|
diff --git a/platformio/exception.py b/platformio/exception.py
|
2020-09-25 04:45:31 +00:00
|
|
|
index ef1d3bab..445174fc 100644
|
2020-07-18 16:06:22 +00:00
|
|
|
--- a/platformio/exception.py
|
|
|
|
+++ b/platformio/exception.py
|
2020-09-25 04:45:31 +00:00
|
|
|
@@ -57,6 +57,7 @@ class MissedUdevRules(InvalidUdevRules):
|
2020-07-18 16:06:22 +00:00
|
|
|
MESSAGE = (
|
2020-09-25 04:45:31 +00:00
|
|
|
"Warning! Please install `99-platformio-udev.rules`. \nMore details: "
|
2022-08-12 12:06:08 +00:00
|
|
|
"https://docs.platformio.org/en/latest/core/installation/udev-rules.html"
|
2020-07-18 16:06:22 +00:00
|
|
|
+ "On NixOS add the platformio package to services.udev.packages"
|
|
|
|
)
|
|
|
|
|
|
|
|
|