Skip to content

Commit

Permalink
Update to Tasmota v14.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreim authored Oct 15, 2024
1 parent b6bfd8e commit 296d470
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.2.0';
const maxVersion = 'v14.3.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 296d470

Please # to comment.