Skip to content

Commit

Permalink
Revert "Simplify the waveform reading code (#194)"
Browse files Browse the repository at this point in the history
This reverts commit 591940b.

Revert "Whitespace cleanup (#192)"

This reverts commit 1b45b0d.
  • Loading branch information
EspoTek committed Nov 16, 2021
1 parent 90bc17a commit 8cc740c
Show file tree
Hide file tree
Showing 45 changed files with 1,316 additions and 1,207 deletions.
16 changes: 8 additions & 8 deletions Desktop_Interface/Labrador.pro
Original file line number Diff line number Diff line change
Expand Up @@ -159,37 +159,37 @@ unix:!android:!macx{
unix:!android:!macx:LIBS += -L$$PWD/build_linux/libdfuprog/lib/x64 -ldfuprog-0.9
unix:!android:!macx:INCLUDEPATH += $$PWD/build_linux/libdfuprog/include
unix:!android:!macx:DEPENDPATH += $$PWD/build_linux/libdfuprog/include
lib_deploy.files = $$PWD/build_linux/libdfuprog/lib/x64/libdfuprog-0.9.so
lib_deploy.files = $$PWD/build_linux/libdfuprog/lib/x64/libdfuprog-0.9.so
lib_deploy.path = /usr/lib
}
}

other.files += bin/firmware
other.files += bin/waveforms
other.path = /usr/bin/EspoTek-Labrador

target.path = /usr/bin/EspoTek-Labrador

udev.path = /etc/udev/rules.d
udev.files = rules.d/69-labrador.rules

icon48.files += resources/icon48/espotek-labrador.png
icon48.path = /usr/share/icons/hicolor/48x48/apps/

icon256.files += resources/icon256/espotek-labrador.png
icon256.path = /usr/share/icons/hicolor/256x256/apps/

equals(APPIMAGE, 1){
desktop.files += resources/appimage/espotek-labrador.desktop
}
!equals(APPIMAGE, 1){
desktop.files += resources/espotek-labrador.desktop
}
desktop.path = /usr/share/applications

symlink.path = /usr/bin
symlink.extra = ln -sf ${INSTALL_ROOT}/usr/bin/EspoTek-Labrador/Labrador /usr/bin/labrador

udevextra.path = /etc/udev/rules.d
!equals(DEB, 1){
udevextra.extra = udevadm control --reload-rules && udevadm trigger
Expand Down
1 change: 1 addition & 0 deletions Desktop_Interface/androidusbdriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,4 @@ int androidUsbDriver::flashFirmware(void){
mainActivity.callMethod<void>("closeDevice");
return 0;
}

2 changes: 1 addition & 1 deletion Desktop_Interface/bin/firmware/flash.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dfu-programmer atxmega32a4u flash labrafirm_0004_02.hex
dfu-programmer atxmega32a4u flash labrafirm_0004_02.hex
Loading

0 comments on commit 8cc740c

Please sign in to comment.