6 lines
90 B
C
6 lines
90 B
C
#ifndef ASYNCWEBSERVER_H
|
|
#define ASYNCWEBSERVER_H
|
|
|
|
void setupAsyncWebserver(void);
|
|
|
|
#endif |