1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-10 01:39:53 +00:00

Increase ini line length to 90

This commit is contained in:
Gyorgy Szombathelyi
2019-04-18 19:09:18 +02:00
parent 03c3404413
commit b59c761daf

View File

@@ -21,7 +21,7 @@
#define INI_EOT 4 // End-Of-Transmission
#define INI_BUF_SIZE 512
#define INI_LINE_SIZE 65
#define INI_LINE_SIZE 90
#define INI_SECTION_START '['
#define INI_SECTION_END ']'