Small changes in verbosity
This commit is contained in:
parent
d5be5e1a28
commit
aafc5f2c77
@ -57,7 +57,7 @@ import cameteo
|
||||
# config #
|
||||
##########
|
||||
|
||||
PRINT_DATA = True # Print data on USB UART / REPL output ?
|
||||
PRINT_DATA = False # Print data on USB UART / REPL output ?
|
||||
DATA_TO_NEOPIXEL = True # Display atmospheric data as color on onboard neopixel ?
|
||||
GPS_ENABLE = True # Use GPS module ?
|
||||
UPDATE_INTERVAL = 10 # Interval between data acquisition (in seconds)
|
||||
@ -111,7 +111,7 @@ while True:
|
||||
|
||||
for src in data:
|
||||
src.write_on_flash(current_time)
|
||||
src.send_json(current_time, uart=rpi_uart, verbose=PRINT_DATA)
|
||||
src.send_json(current_time, uart=rpi_uart, verbose=True)
|
||||
|
||||
# # First check if files need to rotate
|
||||
# last_rotation = rotate_files(last_rotation)
|
||||
|
Loading…
Reference in New Issue
Block a user