first commit

This commit is contained in:
pvvx
2023-12-25 21:53:30 +03:00
parent 9b8b484b76
commit 306d16ebe3
42 changed files with 16809 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#ifndef _ESP_PATH_H_
#define _ESP_PATH_H_
#define FWPATH "/system/lib/modules"
//module_param_string(fwpath, fwpath, sizeof(fwpath), 0644);
#endif /* _ESP_PATH_H_ */