Skip to content

Commit

Permalink
feat: bump maxVersion for Tasmota
Browse files Browse the repository at this point in the history
  • Loading branch information
benzino77 committed Aug 15, 2024
1 parent f24f866 commit f2dd321
Showing 1 changed file with 1 addition and 1 deletion.
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 = 'v14.0.0';
const maxVersion = 'v14.1.0';
const maxVersion = 'v14.2.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 f2dd321

Please sign in to comment.