🗿 Remove comments
This commit is contained in:
@@ -7,40 +7,11 @@ DRAM_ATTR PsychicHttpServer server;
|
||||
|
||||
DRAM_ATTR ESP32SvelteKit spot(&server, 120);
|
||||
|
||||
/*
|
||||
* Camera settings service
|
||||
* Camera state service
|
||||
* Initialize the camera
|
||||
*
|
||||
* Idle task for calculating usage - CPU usage
|
||||
* Place to define the task priorities
|
||||
* General setting like metric or imperial
|
||||
* Global definitions
|
||||
* Global connection manager - SDA, SCL, BUTTON, SCREEN, USS, SERVO, CAMERA
|
||||
*
|
||||
* Servo Service
|
||||
* Servo Settings Service
|
||||
*
|
||||
* JSON serializable - PsRamAllocator
|
||||
* Buffered JSON reader / writer
|
||||
*
|
||||
* FT for PSRAM
|
||||
* FT for bluetooth
|
||||
* FT for ESPNOW controller
|
||||
*
|
||||
*
|
||||
* Button input service - Add callback for button press
|
||||
* */
|
||||
|
||||
void setup()
|
||||
{
|
||||
Serial.begin(SERIAL_BAUD_RATE);
|
||||
|
||||
spot.begin();
|
||||
|
||||
// Wire.begin(SDA, SCL);
|
||||
|
||||
// InitializeCamera();
|
||||
}
|
||||
|
||||
void loop()
|
||||
|
||||
Reference in New Issue
Block a user