mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-01 03:26:58 +03:00
- Move TypeConversion from namespace esp8266 to namespace experimental. (#7252)
- Add using namespace experimental::crypto; to HelloCrypto.ino. - Add mention about new random function in libraries.rst. - Update keywords. Co-authored-by: Anders <andlo151@student.liu.se>
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
namespace TypeCast = esp8266::TypeConversion;
|
||||
namespace TypeCast = experimental::TypeConversion;
|
||||
|
||||
namespace
|
||||
{
|
||||
|
Reference in New Issue
Block a user