Skip to content

Commit

Permalink
Merge pull request #12 from hideakitai/feature/disable-network-interface
Browse files Browse the repository at this point in the history
Feature/disable network interface
  • Loading branch information
hideakitai authored Jul 24, 2024
2 parents 0347f41 + 0e99d72 commit 7dd8f06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Packetizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@
#endif
#endif

#ifndef PACKETIZER_DISABLE_NETWORK
#if defined(PACKETIZER_ENABLE_ETHER) || defined(PACKETIZER_ENABLE_WIFI)
#define PACKETIZER_ENABLE_NETWORK
#include <Udp.h>
#include <Client.h>
#endif
#endif // PACKETIZER_DISABLE_NETWORK

#include <ArxTypeTraits.h>
#include <ArxContainer.h>
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.8.2",
"version": "0.8.3",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
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=Packetizer
version=0.8.2
version=0.8.3
author=hideakitai
maintainer=hideakitai
sentence=binary data packetization encoder / decoder based on COBS / SLIP encoding
Expand Down

0 comments on commit 7dd8f06

Please sign in to comment.