Skip to content

Instantly share code, notes, and snippets.

Originalna

{
    "Version": "2012-10-17",
    "Statement": [
        { // ta sekcja jest nie potrzebna działamy tylko na 1 buckecie
            "Effect": "Allow",
            "Action": [
                "s3:GetBucketLocation",
                "s3:ListAllMyBuckets"
#include <WiFi.h>
#include "Esp32MQTTClient.h"
#include <Wire.h>
#include <Adafruit_Sensor.h>
#include <Adafruit_BME280.h>
const char* ssid = ""; //nazaw wifi
const char* password = ""; //hasło
Adafruit_BME280 bme;