(config)
| 1041 | this.config = config; |
| 1042 | } |
| 1043 | filterZephyrConfig(config) { |
| 1044 | if (this.platform == "zephyr") |
| 1045 | this.mergeProperties(config, this.zephyrConfig); |
| 1046 | } |
| 1047 | filterZephyrShields(config) { |
| 1048 | if (this.platform == "zephyr") |
| 1049 | this.mergeProperties(config, this.zephyrShields); |