firmware/src/platform/esp32
code8buster 958d2cf630
Remove call to randomSeed() (#2374)
This function causes the new arduino-esp32 core to revert to the pseudorandom behavior specified in Arduino.
Calls to random() automatically use esp_random() if randomSeed or useRealRandomGenerator(false) aren't called.
Tentative fix for #2357
2023-03-23 12:05:12 -05:00
..
architecture.h add (and fix) CPU Shutdown Flags 2023-03-12 20:20:55 +01:00
BleOta.cpp trunk roundhouse kick 2023-01-21 21:23:24 +01:00
BleOta.h that didn't hurt at all 2023-01-21 21:23:24 +01:00
CallbackCharacteristic.h Put a bit of order in the src directory, group and name things appropriately 2022-08-10 11:31:29 +02:00
ESP32CryptoEngine.cpp trunk roundhouse kick 2023-01-21 21:23:24 +01:00
main-esp32.cpp Remove call to randomSeed() (#2374) 2023-03-23 12:05:12 -05:00
SimpleAllocator.cpp trunk roundhouse kick 2023-01-21 21:23:24 +01:00
SimpleAllocator.h trunk roundhouse kick 2023-01-21 21:23:24 +01:00