Files @ facb8c86942c
Branch filter:

Location: therm/flash.sh

Ethan Zonca
Removed dead code, fixed SPI clock rate, removed unneeded delays
1
2
3
4
#!/bin/bash
cd build
st-flash write main.bin 0x8000000
cd ..