Skip to content

Commit

Permalink
Prepare for release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCAFEDECAF committed Jan 27, 2022
1 parent 0fc8ed0 commit db46be7
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
0.2.5
General:
* Updated README.md
* Code formatting

VanBusRx:
* Added inter-frame space (IFS) debugging to be able to see why packets are sometimes missed
* Improved start of frame (SOF) detection to decrease the number of missed packets

examples/LiveWebPage.ino:
* Improved handling (timing) of IR remote control
* Update JSON data (PacketToJson.ino) to be in line with VanLiveConnect
(https://github.com/0xCAFEDECAF/VanLiveConnect)
* Various fixes in the HTML page (LiveWebPage.ino)
* Websocket: send instead of broadcast

0.2.4
VanBusRx:
* Added optional 'longForm' parameter to TVanPacketRxQueue::DumpStats method
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 0xCAFEDECAF
Copyright (c) 2020...2022 0xCAFEDECAF

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion VanBusRx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Written by Erik Tromp
*
* Version 0.2.4 - November, 2021
* Version 0.2.5 - January, 2022
*
* MIT license, all text above must be included in any redistribution.
*/
Expand Down
4 changes: 2 additions & 2 deletions VanBusRx.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Written by Erik Tromp
*
* Version 0.2.4 - November, 2021
* Version 0.2.5 - January, 2022
*
* MIT license, all text above must be included in any redistribution.
*/
Expand All @@ -28,7 +28,7 @@

#include <Arduino.h>

#define VAN_BUX_RX_VERSION 000002004
#define VAN_BUX_RX_VERSION 000002005

//#define VAN_RX_ISR_DEBUGGING
//#define VAN_RX_IFS_DEBUGGING
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "Erik Tromp"
}
],
"version": "0.2.4",
"version": "0.2.5",
"exclude": "tests",
"examples": "examples/*/*.ino",
"frameworks": "arduino",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=VanBus
version=0.2.4
version=0.2.5
author=Erik Tromp <erik_tromp@hotmail.com>
maintainer=Erik Tromp <erik_tromp@hotmail.com>
sentence=Vehicle Area Network (VAN) bus packet reader/writer.
Expand Down

0 comments on commit db46be7

Please sign in to comment.