Skip to content

Commit

Permalink
feat: new release
Browse files Browse the repository at this point in the history
- change major TC version to v12
- drop support for Tasmota version lower that v14.0.0
  • Loading branch information
benzino77 committed Jun 5, 2024
1 parent aa7d999 commit 123a4a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tasmocompiler",
"version": "11.4.0",
"version": "12.0.0",
"private": true,
"proxy": "http://localhost:3001/",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions server/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const path = require('path');
const WORKDIR = process.env.WORKDIR || '/tmp';
const tasmotaRepo = path.resolve(WORKDIR, 'Tasmota');
const githubRepo = 'https://github.com/arendst/Tasmota.git';
const minVersion = 'v13.0.0';
const maxVersion = 'v13.4.0';
const minVersion = 'v14.0.0';
const maxVersion = 'v14.1.0';
const edgeBranch = 'development';
const userConfigOvewrite = path.resolve(tasmotaRepo, 'tasmota/user_config_override.h');
const userPlatformioOverrideIni = path.resolve(tasmotaRepo, 'platformio_override.ini');
Expand Down

0 comments on commit 123a4a1

Please sign in to comment.