mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
binaries & migration 2560 slim to universal Wiznet
This commit is contained in:
BIN
compiled/mega2560slim/firmware.bin
Executable file
BIN
compiled/mega2560slim/firmware.bin
Executable file
Binary file not shown.
7047
compiled/mega2560slim/firmware.hex
Normal file
7047
compiled/mega2560slim/firmware.hex
Normal file
File diff suppressed because it is too large
Load Diff
1
compiled/mega2560slim/update_bin.sh
Normal file
1
compiled/mega2560slim/update_bin.sh
Normal file
@@ -0,0 +1 @@
|
||||
cp ../../.pio/build/lighthub21/firmware.bin .
|
||||
1
compiled/mega2560slim/upload.bat
Normal file
1
compiled/mega2560slim/upload.bat
Normal file
@@ -0,0 +1 @@
|
||||
..\tools\win\tool-avrdude\avrdude -C ../tools/mac/tool-avrdude/avrdude.conf -v -V -P com3 -patmega2560 -cwiring -b115200 -D -Uflash:w:firmware.hex:i
|
||||
1
compiled/mega2560slim/upload.sh
Executable file
1
compiled/mega2560slim/upload.sh
Executable file
@@ -0,0 +1 @@
|
||||
../tools/mac/tool-avrdude/avrdude -C ../tools/mac/tool-avrdude/avrdude.conf -P /dev/cu.wchusbserial1450 -v -V -patmega2560 -cwiring -b115200 -D -Uflash:w:firmware.hex:i
|
||||
1
compiled/mega2560slim/uploadOTA.sh
Executable file
1
compiled/mega2560slim/uploadOTA.sh
Executable file
@@ -0,0 +1 @@
|
||||
../tools/mac/tool-avrdude/avrdude -C ../tools/mac/tool-avrdude/avrdude.conf -P net:192.168.88.2:23000 -v -V -patmega2560 -cwiring -b115200 -D -Uflash:w:firmware.hex:i
|
||||
Reference in New Issue
Block a user