[fluksod] suppress the avrdude output when triggered via the init script
This commit is contained in:
parent
53942e91e6
commit
ed5fe0618d
|
@ -38,7 +38,7 @@ program_sensor_board()
|
||||||
FLASH="-U flash:w:$HEXFILE"
|
FLASH="-U flash:w:$HEXFILE"
|
||||||
EEPROM="-U eeprom:w:$EEPFILE"
|
EEPROM="-U eeprom:w:$EEPFILE"
|
||||||
|
|
||||||
$AVRDUDE $FLAGS $FUSES $FLASH $EEPROM
|
$AVRDUDE $FLAGS $FUSES $FLASH $EEPROM 2>1 >&- <&-
|
||||||
|
|
||||||
logger 'flashing the sensor board at firstboot'
|
logger 'flashing the sensor board at firstboot'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue