Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli authored May 9, 2024
2 parents 41ce5d7 + 1f6c3e9 commit f8dc8e4
Show file tree
Hide file tree
Showing 7 changed files with 523 additions and 519 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"idf.portWin": "COM4"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Bruce_new
- [ ] Readme
- [ ] Purpose
Expand Down Expand Up @@ -32,6 +31,7 @@
- [x] DPWO-ESP32
- [x] Evil Portal (New features)
- [X] ARP Scan

- [x] Wireguard Tun

## BLE
Expand Down
35 changes: 18 additions & 17 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ build_flags =
-DLW=6 ; letras tamanho 1 tem 6 pixels de largura, 2 tem 12 e 3 tem 18

lib_deps =
AsyncTCP
esphome/ESPAsyncWebServer-esphome
AsyncTCP
esphome/ESPAsyncWebServer-esphome
WireGuard-ESP32
IRremoteESP8266
Time
Expand Down Expand Up @@ -110,9 +110,9 @@ build_flags =
${common.build_flags}

-DSTICK_C_PLUS=1
-DROTATION=3
-DHAS_BTN=1
-DSEL_BTN=37
-DROTATION=3
-DHAS_BTN=1
-DSEL_BTN=37
-DUP_BTN=0
-DDW_BTN=39
-DBTN_ALIAS='"M5"'
Expand Down Expand Up @@ -171,13 +171,13 @@ build_flags =
${common.build_flags}
-DCARDPUTER=1

-DROTATION=1
-DROTATION=1

-DHAS_BTN=1
-DHAS_BTN=1
-DBTN_ALIAS='"Ok"'
-DBTN_PIN=0
-DBTN_PIN=0

-DHAS_SCREEN=1
-DHAS_SCREEN=1
-DWIDTH=240
-DHEIGHT=135
-DBACKLIGHT=38
Expand All @@ -189,7 +189,8 @@ build_flags =
-DFG=3

-DBAT_PIN=10
-DLED=21
-DRGB_LED=21
-DLED=44
-DLED_ON=HIGH
-DLED_OFF=LOW

Expand Down Expand Up @@ -233,9 +234,9 @@ build_flags =
-DSTICK_C=1
-DSTICK_C_PLUS=1

-DROTATION=3
-DHAS_BTN=1
-DSEL_BTN=37
-DROTATION=3
-DHAS_BTN=1
-DSEL_BTN=37
-DUP_BTN=0
-DDW_BTN=39
-DBTN_ALIAS='"M5"'
Expand Down Expand Up @@ -278,13 +279,13 @@ build_flags =
${common.build_flags}
-DSTICK_C=1
-DCARDPUTER=1
-DROTATION=1
-DHAS_BTN=1
-DROTATION=1
-DHAS_BTN=1
-DMAX_SPIFFS=0x100000
-DMAX_APP=0x4F0000
-DBTN_ALIAS='"G0"'
-DBTN_PIN=0
-DHAS_SCREEN=1
-DBTN_PIN=0
-DHAS_SCREEN=1

-DWIDTH=160
-DHEIGHT=80
Expand Down
2 changes: 1 addition & 1 deletion src/TV-B-Gone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See here: http://www.arcfn.com/2009/12/tv-b-gone-for-arduino.html and here: http
I added universality for EU (European Union) or NA (North America),
and Sleep mode to Ken's Arduino port
-- Mitch Altman 18-Oct-2010
Thanks to ka1kjz for the code for adding Sleep
Thanks to ka1kjz for the code for Sleep
<http://www.ka1kjz.com/561/adding-sleep-to-tv-b-gone-code/>
The original code is:
Expand Down
Loading

0 comments on commit f8dc8e4

Please sign in to comment.