Skip to content

Commit

Permalink
Prevent using Arduino encryption lib fsaris#6
Browse files Browse the repository at this point in the history
  • Loading branch information
fsaris committed Aug 21, 2023
1 parent 95ce3c9 commit c823e88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions components/awox_mesh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,3 @@ async def to_code(config):
cg.add(var.register_connection(connection_var))
cg.add(var.set_address_prefix(config["address_prefix"]))
await esp32_ble_tracker.register_client(connection_var, config["connection"])

# Crypto
cg.add_library("rweather/Crypto", "0.4.0")
4 changes: 0 additions & 4 deletions components/awox_mesh/awox_mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
#include <map>
#include <vector>

#include <AES.h>
#include <Crypto.h>
#include <GCM.h>

#include "esphome/core/hal.h"
#include "esphome/components/esp32_ble_client/ble_client_base.h"
#include "esphome/components/esp32_ble_tracker/esp32_ble_tracker.h"
Expand Down

0 comments on commit c823e88

Please sign in to comment.