Compare commits

...

2 Commits

Author SHA1 Message Date
837fd7f558 updated Version before tag 2024-05-31 14:05:07 +02:00
6cacd8451f missed import in Buildscript 2024-05-31 14:04:57 +02:00
3 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,7 @@ import gzip
import os
import subprocess
import platform
from os import popen
Import("env")
Import("projenv")

View File

@ -1 +1 @@
1.05
1.06

View File

@ -17,8 +17,8 @@ platform = espressif8266
framework = arduino
board = d1_mini
custom_firmware_version = 1.05
custom_flash_version = 1.05
custom_firmware_version = 1.06
custom_flash_version = 1.06
upload_protocol = esptool
upload_speed = 921600