[update] test function: print ram info
This commit is contained in:
@@ -280,7 +280,7 @@ class MultiExtMemSpiInterface(LowLevelHardwareInterface):
|
||||
# data = self.compare_green_data(data_first, data_second, data_third, len(tx_h))
|
||||
# ----------------------------------------------------------------------------------------------
|
||||
# print('data:', list(data))
|
||||
# print('Ram:', data[62])
|
||||
print('Ram:', data[62], device, datetime.now())
|
||||
|
||||
if self._last_ram[device] == data[62]:
|
||||
print('last_ram=', self._last_ram[device], ', ram=', data[62], device, datetime.now())
|
||||
|
||||
Reference in New Issue
Block a user