Neural nodes progress

This commit is contained in:
luboslenco
2025-11-19 22:50:04 +01:00
parent bd7d6c0f67
commit 09a745b5f1
18 changed files with 243 additions and 135 deletions
+1 -1
View File
@@ -9,5 +9,5 @@
typedef void (*iron_https_callback_t)(const char *body, void *callbackdata);
void iron_net_request(const char *url_base, const char *url_path, const char *data, int port, int method, iron_https_callback_t callback, void *callbackdata, const char *dst_path);
void iron_net_update();
extern volatile uint64_t iron_net_bytes_downloaded;