2020-06-29 18:45:27 +01:00
|
|
|
diff --git a/platformio/exception.py b/platformio/exception.py
|
2020-09-12 16:27:02 +01:00
|
|
|
index ef1d3bab..445174fc 100644
|
2020-06-29 18:45:27 +01:00
|
|
|
--- a/platformio/exception.py
|
|
|
|
+++ b/platformio/exception.py
|
2020-09-12 16:27:02 +01:00
|
|
|
@@ -57,6 +57,7 @@ class MissedUdevRules(InvalidUdevRules):
|
2020-06-29 18:45:27 +01:00
|
|
|
MESSAGE = (
|
2020-09-12 16:27:02 +01:00
|
|
|
"Warning! Please install `99-platformio-udev.rules`. \nMore details: "
|
|
|
|
"https://docs.platformio.org/page/faq.html#platformio-udev-rules"
|
2020-06-29 18:45:27 +01:00
|
|
|
+ "On NixOS add the platformio package to services.udev.packages"
|
|
|
|
)
|
|
|
|
|
|
|
|
|