Skip to content

Commit

Permalink
fix for #17 provided by guerby
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
  • Loading branch information
Ho-Ro committed Jul 29, 2022
1 parent 5309e5f commit b5fbe7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2022-07-15: bugfix for upload_*_firmware_from_hex.py [5309e5f]
2022-04-02: new firmware: HW calibration signal output via T2OUT pin (HW change) [ecd6302]
2022-03-21: Fix #15 - install Linux files only when building under Linux [be76527]
2022-03-14: More refactoring [5d434c2]
Expand Down
2 changes: 2 additions & 0 deletions examples/capture_6022.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@
# scale the data packets and write them into the outfile
#
def pcb( ch1_data, ch2_data ):
# use these global vaiables
global skip1st,totalsize,dc1,dc2,rms1,rms2,timestep,start_time
# define "static" variables
if 'av1' not in pcb.__dict__:
pcb.av1 = 0
Expand Down

0 comments on commit b5fbe7b

Please sign in to comment.