Skip to content

Commit

Permalink
Fix issue #230
Browse files Browse the repository at this point in the history
  • Loading branch information
benzino77 committed Dec 14, 2021
1 parent 2f684cd commit da5c384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 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": "7.0.6",
"version": "7.0.7",
"private": true,
"proxy": "http://localhost:3001/",
"dependencies": {
Expand Down
22 changes: 2 additions & 20 deletions src/components/AppStepper/FeaturesStep/AvailableFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,31 +227,13 @@ const availableFeatures = [
custom: '',
boards: ['all'],
},
// this IR support one is deprecated
{
name: 'USE_IR_REMOTE',
value: false,
show: false,
description: 'stepFeaturesIRBasicDesc',
tooltip: 'stepFeaturesIRBasicTooltip',
exclude: ['USE_IR_REMOTE_FULL'],
platformio_entries: {
build_flags: '-D_IR_ENABLE_DEFAULT_=false',
},
custom: '',
boards: ['all'],
},
{
name: 'USE_IR_REMOTE_FULL',
name: 'infrared',
value: false,
show: true,
description: 'stepFeaturesIRFullDesc',
tooltip: 'stepFeaturesIRFullTooltip',
exclude: ['USE_IR_REMOTE'],
platformio_entries: {
// eslint-disable-next-line
build_flags: '${irremoteesp_full.build_flags}',
},
group: ['USE_IR_REMOTE', 'USE_IR_REMOTE_FULL'],
custom: '',
boards: ['all'],
},
Expand Down

0 comments on commit da5c384

Please sign in to comment.