3 Commits

Author SHA1 Message Date
4309a19f24 Merge branch 'master' of ssh://gitea.communiquons.org:52001/pierre/SolarEnergy
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-12-24 15:30:52 +01:00
67a0436d02 Publish version 1.0.2 of ESP32 firmware 2024-12-24 17:30:17 +01:00
5ff169d8c2 Add a PIN to the card 2024-12-24 17:22:37 +01:00
3 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,11 @@
ESP32 client device, using `W32-ETH01` device ESP32 client device, using `W32-ETH01` device
## Pins for relays
The pins are the following (in the order of definition): 4, 14, 15, 2
**WARNING!** The Pin 2 MUST be disconnect to reflash the card!
## Some commands ## Some commands
Create a new firmware build: Create a new firmware build:

View File

@@ -9,7 +9,7 @@ static const char *TAG = "relays";
/** /**
* Device relays GPIO ids * Device relays GPIO ids
*/ */
static int DEVICE_GPIO_IDS[3] = {4, 14, 15}; static int DEVICE_GPIO_IDS[4] = {4, 14, 15, 2};
int relays_count() int relays_count()
{ {

View File

@@ -1 +1 @@
1.0.2-b1 1.0.2