diff --git a/.travis.yml b/.travis.yml index d208870..8b611fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,11 @@ branches: only: - master +before_deploy: + - git config --local user.name "Andreas Heider" + - git config --local user.email "andreas@heider.io" + - git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)" + deploy: provider: releases api_key: diff --git a/src/bluetooth.rs b/src/bluetooth.rs index 69462ec..1c004d4 100644 --- a/src/bluetooth.rs +++ b/src/bluetooth.rs @@ -92,7 +92,6 @@ impl<'a> Bluetooth<'a> { //debug!("bt ack delete host: {:?}", message.data).ok(); } BleOp::Pair => { - // check this? sent after off, 14 debug!("bt pair").ok(); /* self.serial.send(MsgType::System,