Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mudmin committed Jan 26, 2021
1 parent 9dc615d commit 491c7a8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 16 deletions.
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions ESPCanary/README.md

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ void setup(void){
#ifdef ESP8266
wifi_set_macaddr(STATION_IF, &newMACAddress[0]);
#elif defined ESP32
WiFi.mode(WIFI_STA);
esp_wifi_set_mac(ESP_IF_WIFI_STA, &newMACAddress[0]);
#endif

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ESPCanary/library.properties → library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESPCanary
version=1.0.0
version=1.0.2
author=
maintainer[email protected],
sentence=Create an ESP32 or ESP8266 OpenCanary Honeypot
Expand Down

0 comments on commit 491c7a8

Please sign in to comment.