Resolve review comments

This commit is contained in:
feelfree69
2026-03-05 08:55:51 +01:00
parent 7a0f248424
commit 494320b191
4 changed files with 23 additions and 31 deletions
+1 -2
View File
@@ -17,7 +17,6 @@
// #define DEBUG
#include "debug.h"
extern __xdata char flash_size_str[10];
#define L2_MAX_TRANSFER 30
@@ -241,7 +240,7 @@ void send_basic_info(void)
slen += strtox(outbuf + slen, "\",\"hw_ver\":\"");
slen += strtox(outbuf + slen, machine.machine_name);
slen += strtox(outbuf + slen, "\",\"flash_size\":\"");
string_to_html(flash_size_str);
string_to_html(get_flash_size_str());
slen += strtox(outbuf + slen, "\",\"sfp_slot_0\":\"");
send_sfp_info(0);