mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-04-17 00:15:25 +00:00
ini_parser: increase line_length for CONF= lines in ARC files
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#define INI_EOT 4 // End-Of-Transmission
|
||||
|
||||
#define INI_BUF_SIZE 512
|
||||
#define INI_LINE_SIZE 90
|
||||
#define INI_LINE_SIZE 140
|
||||
|
||||
#define INI_SECTION_START '['
|
||||
#define INI_SECTION_END ']'
|
||||
|
||||
Reference in New Issue
Block a user