hsaturn
e7fc147424
Changed tab to spaces
2022-10-30 21:43:45 +01:00
hsaturn
2147b147fc
[Readme] Some minor changes
2022-10-30 21:42:59 +01:00
hsaturn
f5e9a43461
[StringIndexer] Fix compare bug and moved strToIndex to private
...
strToIndex is dangerous because it can increment the use of a string, or
create a new string. This method should only be called by IndexedString.
2022-10-30 21:41:52 +01:00
hsaturn
cabb56fc8c
[tests] Added -g3 for tests for debugging purposes
2022-10-30 20:44:44 +01:00
hsaturn
58786eb6d9
Release 0.9.2
2022-10-30 19:48:04 +01:00
hsaturn
776242b259
Release 0.9.1
0.9.1
0.9.2
2022-10-30 19:45:50 +01:00
hsaturn
a9d19c3218
[lib] Remove library.json
0.9.0
2022-10-30 18:31:46 +01:00
hsaturn
7bd299ec07
Use slim lint
2022-10-30 15:23:50 +01:00
hsaturn
107469cd78
Lint action, upgrade to latest
2022-10-30 15:13:42 +01:00
hsaturn
709e1fd567
Tabs changed to spaces (at least)
2022-10-30 13:26:33 +01:00
hsaturn
4eb8f18ebf
[MqttMessage] Rewrite of the length encoding
2022-10-30 13:24:05 +01:00
hsaturn
d5d27c8020
Merge pull request #25 from hsaturn/pr22
...
was pr#22 : added reply to message subscribe and unsubscribe
2022-01-10 05:28:08 +01:00
hsaturn
da3ec41d71
Update network-tests.ino
...
Remove useless code
2022-01-10 05:27:15 +01:00
hsaturn
5f7b4537c8
Enhance PR#22
2022-01-05 02:03:42 +01:00
hsaturn
cce4fecac6
Fix test local_client_should_unregister_when_destroyed
2022-01-05 02:02:18 +01:00
hsaturn
737e217172
fix type return value
2022-01-05 02:01:22 +01:00
hsaturn
8fe3517894
added packed attribute for enums
2022-01-05 02:00:02 +01:00
hsaturn
710503663a
better type management
2022-01-05 01:59:16 +01:00
hsaturn
a5b8afc0bd
Added some ifdef for debugging purposes
2022-01-05 01:56:45 +01:00
terror
f1d3a15498
added reply to message subscribe and unsubscribe
2021-09-25 15:44:09 +03:00
hsaturn
dfd5983715
Rewrite comments and added hudge payload test
2021-09-20 01:57:40 +02:00
hsaturn
4dcc6a6cf4
Minor changes
2021-09-19 12:40:04 +02:00
hsaturn
b58f3e3d67
Merge branch 'issue_2_broken_large_payloads' into main
0.8.0
2021-09-17 22:35:28 +02:00
hsaturn
a6b3540cb8
Fix issue_2 : Broken large payloads
2021-09-17 22:32:00 +02:00
hsaturn
ccbf42f81b
howto added for building and running tests
2021-09-17 19:58:24 +02:00
hsaturn
d39c58d8f5
Fix issue_2 broken payload
2021-09-17 19:51:32 +02:00
hsaturn
36dde2c063
Fix for debugging for other platform than ESP
2021-08-09 11:24:27 +02:00
hsaturn
64a05bb60b
Release 0.7.9
0.7.9
2021-08-09 10:47:18 +02:00
hsaturn
bb89fc5284
Release 0.7.8
2021-08-09 10:45:17 +02:00
hsaturn
c1fd1bc907
Remove pending length test
2021-08-09 10:44:19 +02:00
hsaturn
d919188eb0
Merge pull request #15 from bxparks/epoxyfix
...
Fix unit tests for EpoxyDuino
2021-08-09 10:39:26 +02:00
hsaturn
9c7f3b6b8e
Fix of decode length
0.7.7
0.7.8
2021-08-09 10:37:46 +02:00
Brian Park
88c7d552cb
Fix unit tests for EpoxyDuino
2021-08-08 19:37:04 -07:00
hsaturn
fab242e212
Version 0.7.6
0.7.6
2021-08-09 03:04:21 +02:00
hsaturn
56a2be621f
Fix message length error
2021-08-09 03:00:28 +02:00
hsaturn
c4cf39ab68
Fix aunit tests
2021-08-09 02:33:01 +02:00
hsaturn
90dea36ab0
Attempt to write more readable examples
2021-05-13 03:21:03 +02:00
hsaturn
25a721e06a
Attempt to write more readable examples
2021-05-13 03:21:03 +02:00
hsaturn
b228d35ab0
Attempt to write more readable examples
2021-05-13 03:21:03 +02:00
hsaturn
c70716a595
Attempt to write more readable examples
2021-05-13 03:21:03 +02:00
hsaturn
8d5cad5fec
Added overload of Client::publish, fix compilation
2021-05-13 03:21:03 +02:00
hsaturn
d5430228e5
Fix cr/lf bug
...
Added echo on|off for later vt100 terminal
Added rnd(min,max) function
Simplied every function
Better parsing for getword (accept strings)
Fix for blink command
2021-05-13 03:21:03 +02:00
hsaturn
91c1f96146
Update README.md
...
links updates
2021-05-08 15:14:59 +02:00
hsaturn
f04a2a07c0
Fix aunit.yml
2021-04-28 21:22:07 +00:00
hsaturn
38f306c170
Fix compilation esp8266 esp32
2021-04-28 23:16:33 +02:00
hsaturn
024e80c9dc
Perpare for future ESP32 aunit tests
2021-04-28 21:00:31 +00:00
hsaturn
2249ddef7f
Release 0.7.5
0.7.5
2021-04-28 18:57:24 +02:00
hsaturn
e193929f8f
changed every command
2021-04-28 18:56:17 +02:00
hsaturn
e00e31de33
Fix build in Esp8266 mode
...
Modify dump() functions
2021-04-28 18:55:57 +02:00
hsaturn
20292b7b7b
Fix example syntax
0.7.4
2021-04-28 08:24:44 +02:00