Skip to content

Commit

Permalink
added routines to patch wifi settings
Browse files Browse the repository at this point in the history
  • Loading branch information
g3gg0 committed Jul 26, 2024
1 parent e8d77eb commit 4281788
Show file tree
Hide file tree
Showing 3 changed files with 567 additions and 84 deletions.
1 change: 1 addition & 0 deletions include/esp32.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ error_t esp32_fat_inject(const char *firmware, const char *fat_path, const char
error_t esp32_inject_cert(const char *rootPath, const char *patchedPath, const char *mac);
error_t esp32_inject_ca(const char *rootPath, const char *patchedPath, const char *mac);
error_t esp32_patch_host(const char *patchedPath, const char *hostname, const char *oldrtnl, const char *oldapi);
error_t esp32_patch_wifi(const char *path, const char *ssid, const char *pass);

uint32_t mem_replace(uint8_t *buffer, size_t buffer_len, const char *pattern, const char *replace);
Loading

0 comments on commit 4281788

Please sign in to comment.