[update] hide mem board message

This commit is contained in:
Roy
2022-10-26 10:23:50 +08:00
parent 55780514b9
commit 58e09bfcda
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ class DataServer(SocketServer, DataAPI):
sync = self.get_spi_obj()
busy = sync.get_pin_busy()
print('pin_busy=', busy, device, datetime.now())
# print('pin_busy=', busy, device, datetime.now())
if sync.get_pin_mem_req() == sync.get_pin_ram_sel():
spi_data = sync.recv_memory(device)