mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-21 02:43:46 +08:00
NUI comma api intergration (#1186)
* Prototyping comma api call
* Adding nui command
* Fixing hard coded vals
* Adding generalized nui changes
* Added both public and private api support
* Removing debug statement
* Chaning private api tag to use env variables
* FrameReader change for string parsing
old-commit-hash: 763493e988
This commit is contained in:
@@ -46,7 +46,7 @@ FrameReader::FrameReader(const char *fn) {
|
||||
avformat_network_init();
|
||||
av_register_all();
|
||||
|
||||
snprintf(url, sizeof(url)-1, "http://data.comma.life/%s", fn);
|
||||
snprintf(url, sizeof(url)-1,"%s",fn);
|
||||
t = new std::thread([&]() { this->loaderThread(); });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user