-
Notifications
You must be signed in to change notification settings - Fork 0
Added buttons and layout for board pings, updated dependencies #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
connellr023
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I believe we already went through this on the old repository
|
|
||
| export const usePocketbase = (timestamps: Timestamps, stores: Stores) => { | ||
| const pocketbase = new PocketBase('http://192.168.0.69:8090'); | ||
| const pocketbase = new PocketBase('http://localhost:5173/:8090'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a mistake. Change to http://localhost:8090
backend/test/dumpy.py
Outdated
| # Initialize PocketBase | ||
| pb = Client("http://127.0.0.1:8090") | ||
| admin_email = "danikasvetelj@ucalgary.ca" | ||
| admin_password = "Ilmnh&h!Ilmnh&h!" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope you don't actually use this password 😆
|
|
||
| export const usePocketbase = (timestamps: Timestamps, stores: Stores) => { | ||
| const pocketbase = new PocketBase('http://192.168.0.69:8090'); | ||
| const pocketbase = new PocketBase('http://localhost:5173/:8090'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to stay as the PI IP
Changes made:
To test: