mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
minor optimizations
This commit is contained in:
@@ -88,7 +88,6 @@ export default function ProgmemGenerator({ outputPath = './WWWData.h', bytesPerL
|
||||
};
|
||||
|
||||
const generateWWWClass = () =>
|
||||
// eslint-disable-next-line max-len
|
||||
`typedef std::function<void(const String& uri, const String& contentType, const uint8_t * content, size_t len)> RouteRegistrationHandler;
|
||||
|
||||
class WWWData {
|
||||
|
||||
Reference in New Issue
Block a user