ADD: 'install.sh' blacklist rules installed aswell. run as root to install.

This commit is contained in:
iceman1001 2017-01-16 15:02:10 +01:00
commit aed36ae5bd
3 changed files with 11 additions and 4 deletions

View file

@ -1296,7 +1296,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
uint8_t *b = BigBuf_get_addr();
memcpy( b + c->arg[0], c->d.asBytes, USB_CMD_DATA_SIZE);
cmd_send(CMD_ACK,0,0,0,0,0);
cmd_send(CMD_ACK,1,0,0,0,0);
break;
}
case CMD_DOWNLOAD_EML_BIGBUF: {