sforkowany z mirror/meshtastic-firmware
Fix line endings at LF and make windows proto generation work again. needs cygwin64 in path
rodzic
111ec56028
commit
c04980084a
|
@ -0,0 +1,3 @@
|
|||
* text=auto eol=lf
|
||||
*.{cmd,[cC][mM][dD]} text eol=crlf
|
||||
*.{bat,[bB][aA][tT]} text eol=crlf
|
|
@ -1 +1,5 @@
|
|||
cd protobufs && ..\nanopb-0.4.7\generator-bin\protoc.exe --nanopb_out=-v:..\src\mesh\generated\meshtastic -I=..\protobufs meshtastic\*.proto
|
||||
cd protobufs && ..\nanopb-0.4.7\generator-bin\protoc.exe --nanopb_out=-v:..\src\mesh\generated -I=..\protobufs ..\protobufs\meshtastic\*.proto
|
||||
|
||||
cd ../src/mesh/generated/meshtastic
|
||||
sed -i 's/#include "meshtastic/#include "./g' *
|
||||
sed -i 's/meshtastic_//g' *
|
||||
|
|
Ładowanie…
Reference in New Issue