1
0
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:
Gyorgy Szombathelyi
2020-05-23 23:18:47 +02:00
parent 72b1d37179
commit ee6637149b

View File

@@ -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 ']'