-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fd5d90
commit 331c2a1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ Linux - необходимо установить avrdude | |
|
||
Если невозможно открыть порт /dev/ttyUSB0, необходимо предоставить ему права доступа: sudo chmod a+rw /dev/ttyUSB0 | ||
|
||
Windows - необходимо скопировать файлы "avrdude" и "avrdude.conf" в папку с программой; или в любое место, но тогда прописать путь в переменной Path. | ||
Windows - необходимо скопировать файлы "avrdude.exe" и "avrdude.conf" в папку с программой; или в любое место, но тогда прописать путь в переменной Path. Exe файл скомпилирован со статическими библиотеками и не требует установки Qt. | ||
|
||
# Поддержка | ||
По возможности буду добавлять новые функции, оптимизировать код. Обратная связь приветствуется ([email protected]). |