sync
This commit is contained in:
parent
22cabd41ac
commit
f45fc592b8
|
@ -35,11 +35,11 @@ export const MCUs: MCU_Type[] = [
|
||||||
{
|
{
|
||||||
name: "ESP32-C3",
|
name: "ESP32-C3",
|
||||||
cpu: {
|
cpu: {
|
||||||
active: 130,
|
single_core_80MHz: 22,
|
||||||
sleep: 15
|
single_core_160MHz: 54.6,
|
||||||
},
|
},
|
||||||
sleep: {
|
sleep: {
|
||||||
|
|
||||||
},
|
},
|
||||||
wifi: {
|
wifi: {
|
||||||
active: 110,
|
active: 110,
|
||||||
|
|
Loading…
Reference in New Issue