Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot]
55b230541c
Merge b431ea026c into 2b57ffafd7 2025-04-20 18:52:10 +10:00
Nivek-domo
2b57ffafd7
Rak13800 Ethernet works on rak11310 too
we can use rak13800 on rak11310 too
2025-04-20 18:51:01 +10:00
sachaw
b431ea026c Upgrade trunk 2025-04-18 08:07:53 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ plugins:
uri: https://github.com/trunk-io/plugins uri: https://github.com/trunk-io/plugins
lint: lint:
enabled: enabled:
- renovate@39.243.0 - renovate@39.248.2
- prettier@3.5.3 - prettier@3.5.3
- trufflehog@3.88.23 - trufflehog@3.88.24
- yamllint@1.37.0 - yamllint@1.37.0
- bandit@1.8.3 - bandit@1.8.3
- terrascan@1.19.9 - terrascan@1.19.9

View File

@ -43,7 +43,7 @@ template <class T, class U> class APIServerPort : public U, private concurrency:
* delegate to the worker. Once coroutines are implemented we can relax this restriction. * delegate to the worker. Once coroutines are implemented we can relax this restriction.
*/ */
T *openAPI = NULL; T *openAPI = NULL;
#if RAK_4631 #if defined(RAK_4631) || defined(RAK11310)
// Track wait time for RAK13800 Ethernet requests // Track wait time for RAK13800 Ethernet requests
int32_t waitTime = 100; int32_t waitTime = 100;
#endif #endif