Skip to content

Commit

Permalink
Add support for Tasmota v12.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benzino77 committed Apr 29, 2023
1 parent 1f0e9a1 commit fda6f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "10.3.0",
"version": "10.4.0",
"private": true,
"proxy": "http://localhost:3001/",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion server/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const WORKDIR = process.env.WORKDIR || '/tmp';
const tasmotaRepo = path.resolve(WORKDIR, 'Tasmota');
const githubRepo = 'https://github.com/arendst/Tasmota.git';
const minVersion = 'v12.3.0';
const maxVersion = 'v12.4.0';
const maxVersion = 'v12.5.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 fda6f01

Please # to comment.