Skip to content

Commit be7ebcb

Browse files
authored
Change console print from conductivity to salinity and add salinity app to release artifacts (#350)
Change log print from conductivity to salinity Add salinity app to release artifacts built
1 parent c2904f0 commit be7ebcb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

src/apps/rs232_expander_apps/aanderaa_salinity/user_code/aanderaa_conductivity_sensor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ bool AanderaaConductivitySensor::getData(AanderaaConductivityMsg::Data &d) {
171171
"tick: %" PRIu64 ", rtc: %s, line: %.*s\n", uptimeGetMs(), rtc_time_str,
172172
read_len, _payload_buffer);
173173
}
174-
spotter_log_console(0, "conductivity | tick: %" PRIu64 ", rtc: %s, line: %.*s", uptimeGetMs(),
174+
spotter_log_console(0, "salinity | tick: %" PRIu64 ", rtc: %s, line: %.*s", uptimeGetMs(),
175175
rtc_time_str, read_len, _payload_buffer);
176176
debug_printf("conductivity | tick: %" PRIu64 ", rtc: %s, line: %.*s\n", uptimeGetMs(), rtc_time_str,
177177
read_len, _payload_buffer);
@@ -301,4 +301,4 @@ float AanderaaConductivitySensor::read_data_from_sensor(const char* command) {
301301
}
302302
}
303303
return value;
304-
}
304+
}

tools/scripts/release/configs/default.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,15 @@
110110
build_type: Release
111111
sign: true
112112

113+
- name: aanderaa_salinity_release
114+
description: Aanderaa Salinity Sensor - Release
115+
type: build_fw
116+
args:
117+
app: aanderaa_salinity
118+
bsp: bm_mote_rs232
119+
build_type: Release
120+
sign: true
121+
113122
- name: pme_do_sensor_release
114123
type: build_fw
115124
args:

0 commit comments

Comments
 (0)