Sign in
Imanol-Mikel Barba Sabariego
/
stock-ticker
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ab99f8210c5cfcd7289ba4ede9bcf277a27753bd
Authored by
Imanol-Mikel Barba Sabariego
2024-11-20 19:24:01 +0000
1 parent
9449ee2a
Add README
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
README.md
README.md
0 → 100644
View file @
ab99f82
1
+stock-ticker
2
+==
3
+
4
+Simple ESP32 project that fetches stock data from Finnhub and displays it on a
5
+HUB75 display.
6
+
7
+Builds using platformio.
8
+
9
+User needs to specify wifi SSID and password and Finnhub API key using
10
+`build_flags` defined in `platformio.ini`
...
...