Skip to content

Commit

Permalink
bump version number for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paidforby committed Jan 17, 2020
1 parent 2e9a0dc commit 6ac0f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/esp32_ttgo/console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ int consoleClass::interface(){
Serial.printf(" ___/ (_)__ ___ ____ / /____ ____ _______ ____/ (_)__ \r\n");
Serial.printf("/ _ / (_-</ _ `(_-</ __/ -_) __/ _ / __/ _ `/ _ / / _ \\\r\n");
Serial.printf("\\_,_/_/___/\\_,_/___/\\__/\\__/_/ (_) /_/ \\_,_/\\_,_/_/\\___/\r\n");
Serial.printf("v0.1.0\r\n");
Serial.printf("v0.1.1\r\n");
if(Layer1.loraInitialized()){
Serial.printf("LoRa tranceiver connected");
}else{
Expand Down

0 comments on commit 6ac0f7e

Please sign in to comment.