File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ flux_sdk_add_module(
26
26
flux_base
27
27
flux_clock
28
28
flux_logging
29
+ flux_system
29
30
flux_prefs
30
31
flux_prefs_serial
31
32
flux_network
Original file line number Diff line number Diff line change @@ -357,9 +357,8 @@ bool sfeIoTNodeLoRaWAN::onStart()
357
357
// - Add the JSON and CVS format to the logger
358
358
_logger.add (_fmtJSON);
359
359
_logger.add (_fmtCSV);
360
- // _fmtJSON.add(flxSerial);
361
- // _logger.add(_fmtCSV);
362
- // _fmtCSV.add(flxSerial);
360
+
361
+ _sysSystem.setSerialSettings (_serialSettings);
363
362
364
363
// check our I2C devices
365
364
// Loop over the device list - note that it is iterable.
Original file line number Diff line number Diff line change 22
22
#include < Flux/flxSettings.h>
23
23
#include < Flux/flxSettingsSerial.h>
24
24
#include < Flux/flxStorageKVPPref.h>
25
- // #include <Flux/flxSysFirmware .h>
25
+ #include < Flux/flxSystem .h>
26
26
27
27
#include " flxLoRaWANDigi.h"
28
28
#include " flxLoRaWANLogger.h"
@@ -204,8 +204,8 @@ class sfeIoTNodeLoRaWAN : public flxApplication
204
204
flxStorageKVPPref _sysStorage;
205
205
flxKVPStoreDeviceRP2 _sysStorageDevice;
206
206
207
- // Our firmware Update/Reset system
208
- // flxSysFirmware _sysUpdate ;
207
+ // Our system Control
208
+ flxSystem _sysSystem ;
209
209
// for our button events of the board
210
210
// sfeDLButton _boardButton;
211
211
You can’t perform that action at this time.
0 commit comments