Skip to content

Commit 6ac0f7e

Browse files
committed
bump version number for 0.1.1
1 parent 2e9a0dc commit 6ac0f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/esp32_ttgo/console.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ int consoleClass::interface(){
127127
Serial.printf(" ___/ (_)__ ___ ____ / /____ ____ _______ ____/ (_)__ \r\n");
128128
Serial.printf("/ _ / (_-</ _ `(_-</ __/ -_) __/ _ / __/ _ `/ _ / / _ \\\r\n");
129129
Serial.printf("\\_,_/_/___/\\_,_/___/\\__/\\__/_/ (_) /_/ \\_,_/\\_,_/_/\\___/\r\n");
130-
Serial.printf("v0.1.0\r\n");
130+
Serial.printf("v0.1.1\r\n");
131131
if(Layer1.loraInitialized()){
132132
Serial.printf("LoRa tranceiver connected");
133133
}else{

0 commit comments

Comments
 (0)