mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-11 18:00:48 +01:00
Add a macro to enable removal of update checks Separate certificates from user_config.h Consider latest version as the default Do not use a cert if the url is not Simplify AWS macro scope
6 lines
118 B
C
6 lines
118 B
C
const char* ss_client_key PROGMEM = R"EOF("
|
|
-----BEGIN RSA PRIVATE KEY-----
|
|
...
|
|
-----END RSA PRIVATE KEY-----
|
|
")EOF";
|