Files @ 8e1189ce73af
Branch filter:

Location: therm/sflash.sh - annotation

matthewreed
Fixed settings save and restore in flash
#!/bin/bash
cd build
st-flash write main.bin 0x8000000
cd ..


# USB DFU:
#dfu-util -a 0 -d 0483:df11 -s 0x08000000:leave -D build/main.bin 
#sleep 1
#dfu-util -a 1 -s 0x1FFFF800:8 -D optbytes.dat