Files @ cfa4fd71c861
Branch filter:

Location: therm/flash.sh - annotation

Ethan Zonca
Fixed rendering issues when drawing setpoints, other various fixes
1
2
3
4
#!/bin/bash
cd build
st-flash write main.bin 0x8000000
cd ..