Skip to content

Commit

Permalink
Merge pull request #231 from arcsin3x/patch-3
Browse files Browse the repository at this point in the history
Update monitor.h
  • Loading branch information
BitMaker-hub authored Nov 27, 2023
2 parents 81e933a + ad940f8 commit c0db9e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/monitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#define UPDATE_PERIOD_h 5

//API BTC price
#define getBTCAPI "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd"
#define UPDATE_BTC_min 5
#define getBTCAPI "https://api.blockchain.com/v3/exchange/tickers/BTC-USD"
#define UPDATE_BTC_min 1

//API Block height
#define getHeightAPI "https://mempool.space/api/blocks/tip/height"
Expand Down Expand Up @@ -116,4 +116,4 @@ pool_data getPoolData(void);
clock_data_t getClockData_t(unsigned long mElapsed);


#endif //MONITOR_API_H
#endif //MONITOR_API_H

0 comments on commit c0db9e1

Please sign in to comment.