Skip to content

Commit 0970a4b

Browse files
fix formatting issue in revisions.txt file
1 parent b24c854 commit 0970a4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extras/revisions.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
FIRMATA 2.4.0 - Dec 21, 2014
22

3-
**Changes from 2.3.6 to 2.4 that may impact existing Firmata client implementations:**
3+
Changes from 2.3.6 to 2.4 that may impact existing Firmata client implementations:
4+
45
* When sending a string from the client application to the board (STRING_DATA) a
56
static buffer is now used for the incoming string in place of a dynamically allocated
67
block of memory (see Firmata.cpp lines 181 - 205). In Firmata 2.3.6 and older,
78
the dynamically allocated block was never freed, causing a memory leak. If your
89
client library had freed this memory in the string callback method, that code
910
will break in Firmata 2.4. If the string data needs to persist beyond the string
1011
callback, it should be copied within the string callback.
12+
1113
* As of Firmata 2.4, when digital port reporting or analog pin reporting is enabled,
1214
the value of the port (digital) or pin (analog) is immediately sent back to the client
1315
application. This will likely not have a negative impact on existing client

0 commit comments

Comments
 (0)