kopia lustrzana https://github.com/meshtastic/firmware
				
				
				
			fix build with HAS_TELEMETRY 0 (#8051)
							rodzic
							
								
									cc3ff1504a
								
							
						
					
					
						commit
						8db9b24934
					
				|  | @ -241,7 +241,7 @@ void setupModules() | |||
| #if HAS_TELEMETRY | ||||
|         new DeviceTelemetryModule(); | ||||
| #endif | ||||
| #if HAS_SENSOR && !MESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR | ||||
| #if HAS_TELEMETRY && HAS_SENSOR && !MESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR | ||||
|         if (moduleConfig.has_telemetry && | ||||
|             (moduleConfig.telemetry.environment_measurement_enabled || moduleConfig.telemetry.environment_screen_enabled)) { | ||||
|             new EnvironmentTelemetryModule(); | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Markus
						Markus