Technickfreak / LoRa-payload-BKU

MIT License
3 stars 2 forks source link

Tooltip für funktionen #10

Open Technickfreak opened 3 years ago

Technickfreak commented 3 years ago

/// /// Copy the Device EUI or MAC Address into the given buffer /// @param buffer The buffer /// @param size The size of the buffer /// @param hardwareEui Set true if you want to get the MAC Address of the ESP /// @return The number of bytes copied to the buffer /// size_t getDevEui(char* buffer, size_t size, bool hardwareEui = false);