v0.2-dev2

This commit is contained in:
DeltaLima 2025-03-17 01:49:51 +01:00
parent 4e0797f570
commit eef170f103
2 changed files with 2 additions and 2 deletions
Arduino/CanGrow

View file

@ -7,7 +7,7 @@ test -z $VER && VER="$(grep "define CANGROW_VER" include/CanGrow.h | cut -d \" -
test -z $BOARD && BOARD="esp8266:esp8266:d1_mini_clone"
#test -z $BOARD && BOARD="esp32:esp32:d1_mini32"
BUILD="$(git rev-parse --short HEAD)-$(echo $BOARD | cut -d : -f1):$(echo $BOARD | cut -d : -f3)-$(date '+%Y%m%d%H%M%S')"
BUILD="$(git rev-parse --short HEAD)-$(echo $BOARD | cut -d : -f1)_$(echo $BOARD | cut -d : -f3)-$(date '+%Y%m%d%H%M%S')"
ACLI="$HOME/.local/bin/arduino-cli"

View file

@ -29,7 +29,7 @@
*/
#ifndef CANGROW_VER
#define CANGROW_VER "0.2-dev1"
#define CANGROW_VER "0.2-dev2"
#endif
#ifndef CANGROW_BUILD
#define CANGROW_BUILD "0420"