Compare commits

...

2 Commits

Author SHA1 Message Date
Nivek-domo
3d790bd32f
Merge 9cb78d389f into a30f431b6a 2025-04-20 11:03:27 +10:00
Nivek-domo
9cb78d389f Update ServerAPI.h
we can use rak13800 on rak11310 too
2025-04-20 11:03:24 +10:00

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