Update Display_API.py

This commit is contained in:
Mann Patel
2025-02-26 20:37:55 -07:00
committed by GitHub
parent 4b838d12e4
commit 6f96d84a54

View File

@@ -87,13 +87,10 @@ class PlaidDataSender:
print("\nStopped by user")
def main():
# Replace with your Plaid access token
access_token = "access-sandbox-1331c29e-2e5a-492b-ac03-623c4a7aa146"
# Create and run the sender
sender = PlaidDataSender(
access_token=access_token,
serial_port='/dev/tty.usbserial-0001', # Hardcoded serial port
serial_port='/dev/tty.usbserial-0001',
baud_rate=115200
)