Coverage for tropicsquare / constants / l1.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-03-27 21:24 +0000

1# Format [Request ID, Optional request Length] 

2# L1 Request IDs 

3 

4REQ_ID_GET_RESPONSE = [0xAA] # Does not send length 

5 

6MAX_RETRIES = 10