Quellcode durchsuchen

Adjust buffers now that we have more room.

Eric Helgeson vor 1 Monat
Ursprung
Commit
18e5dc8022
1 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 7 7
      platformio.ini

+ 7 - 7
platformio.ini

@@ -104,13 +104,13 @@ build_flags =
     -DBLUESCSI_NETWORK
     -DBLUESCSI_DAYNAPORT
     -DCYW43_PIO_CLOCK_DIV_DYNAMIC=1
-; These take a large portion of the SRAM and can be adjusted
-    -DLOGBUFSIZE=2048
-    -DPREFETCH_BUFFER_SIZE=4608
-    -DSCSI2SD_BUFFER_SIZE=57344
-; This controls the depth of NETWORK_PACKET_MAX_SIZE (1520 bytes)
-; For example a queue size of 10 would be 10 x 1520 = 15200 bytes
-    -DNETWORK_PACKET_QUEUE_SIZE=14
+;; These take a large portion of the SRAM and can be adjusted
+;    -DLOGBUFSIZE=2048
+;    -DPREFETCH_BUFFER_SIZE=4608
+;    -DSCSI2SD_BUFFER_SIZE=57344
+;; This controls the depth of NETWORK_PACKET_MAX_SIZE (1520 bytes)
+;; For example a queue size of 10 would be 10 x 1520 = 15200 bytes
+;    -DNETWORK_PACKET_QUEUE_SIZE=14
 ; This flag enables verbose logging of TCP/IP traffic and other information
 ; it also takes up a bit of SRAM so it should be disabled with production code
     ; -DNETWORK_DEBUG_LOGGING